# Agent Guidelines

### Governance for Agentic Guidelines

(Released [5.26.0](https://docs.tabnine.com/main/administering-tabnine/managing-your-team/settings/pages/risy3bTOlfBfgFRRXK8K#v5.26.0))

In the Admin UI, navigate over to Agent Guidelines on the left-hand side of the page.

Beneath the **General Guideline** title, you can add your natural language guideline description. They will also be applicable to all your organization’s users and projects.

Guidelines that are input here will have the same effect as guidelines listed in your [guidelines.md](http://guidelines.md) file, but they will take precedence over personal guidelines that exist in the [guidelines.md](http://guidelines.md) file.

<figure><img src="/files/G3sj8pfdjpOGxROmAWg3" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
These changes will be applied in the IDE extension after 15 minutes, or upon restarting the IDE or the extension
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tabnine.com/main/administering-tabnine/managing-your-team/settings/agent-guidelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
