# Settings

There are sub-tab menus on the Setting page.

## General

 In General tab, you can change the project name, check the API integrated, the project language and API key.

<figure><img src="/files/Olw2LS2UeJ8uJFtIkMIL" alt=""><figcaption><p>GNB > Settings > General tab</p></figcaption></figure>

## Agents

In Agents tab, you can check which activities have been carried out in your project by downloading the log file (.xlsx).

<figure><img src="/files/1Rec6KzE2tFgdcKtbjTu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
We only support activity logs for the last 90 days, including today.
{% endhint %}

## Security&#x20;

In the Security tab, you can access the account's dashboard and register and manage available IPs.&#x20;

{% hint style="warning" %}
If no IP is registered, all IPs accessing the account are available.
{% endhint %}

## Billing

In the Billing tab, you can check the product plan in use for the account and usage by date (API Calls, Training Phrases).


---

# 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.allganize.ai/nlu-api-dashboard/settings.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.
