> For the complete documentation index, see [llms.txt](https://docs.360dialog.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.360dialog.com/docs/hub/settings.md).

# Settings

### Client Settings

In this section, the client can see their Company name and Partner ID, configure email notifications, and review the Terms of Service.&#x20;

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

### Notification Settings

By clicking this button, the notification settings can be found&#x20;

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

There are multiple categories of email notifications. You can choose which one to receive.&#x20;

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

{% hint style="info" %}
Choosing the right notification is enough. The setting will be automatically changed.
{% endhint %}

### Users

There are two available roles: **Owner** and **Member.**&#x20;

Each role has different permissions.&#x20;

{% hint style="info" %}
Only owners can manage users (add, edit, or delete) and can perform number migration.
{% endhint %}

### How to add new users

{% stepper %}
{% step %}
In the Settings section, click Invite user

<figure><img src="/files/HBVf1Pt5VQHfFbMnkBfQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Fill in the Email and Full Name, and choose the role. Click Send Invite.

![](/files/HG4Wd5KOGTF4Lz9e2MsD)&#x20;
{% endstep %}

{% step %}
The invited user will receive an email to accept and create a password.
{% endstep %}
{% endstepper %}

### How to manage existing users

{% stepper %}
{% step %}
In the Settings section, click on the user.&#x20;

<figure><img src="/files/zkxQZXCIRJs9fSiMbPe6" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
It is possible to update the role or delete the user. Both options are available only for owners.&#x20;

<figure><img src="/files/kEiLI7LUj3K0GTBG5yJd" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.360dialog.com/docs/hub/settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
