# Native Tools

As of 5.26.3, Admins have the ability to control access to native tools in Tabnine Agent from the Admin UI, specifically `Run`, `Apply` and `Create`.

To do this, navigate to the left-hand side menu and click Settings. Under that, scroll to and select Native tools (Remember, this page will only be visible to Agent-enabled customers).

Admins will see three options to choose from in a dropdown menu for each tool:

* <mark style="color:blue;">**Auto-approve**</mark>
* <mark style="color:blue;">**Ask first**</mark>
* <mark style="color:blue;">**Disable**</mark>

<figure><img src="/files/UMCgAiGjlDnC4SB1RjTq" 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/native-tools.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.
