# Tools

## New Chat Tools Defaults

Configure the default tools settings for all new chats.

#### Enabled

Toggle tools active for new chats.

#### Knowledge Limit

Set the token limit for content retrieval when using the search tool within knowledge files. This retrieved knowledge will be utilized to answer questions related to the content of those files.

## Active Tools

View a list of all available tools along with a brief description of each. Specific tools can be deactivated for use in new chats.

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

{% hint style="info" %}
To learn more about tools press [here](/tools/overview.md)
{% 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://mobiledocs.supgpt.app/app-settings/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.
