> For the complete documentation index, see [llms.txt](https://docs.exads.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exads.com/ad-server/the-navigation-bar/saas-network-user-profile-page.md).

# The Profile Page

![Use Profile Menu](https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2FAMt88v59fTN32ZrpViAA%2Fsaas-network-user-profile-pic1.png?alt=media\&token=000f09ea-7d2c-495f-9a64-f0b87a496035)

As any Network Admin User in Admin View, you can manage and view the details of your account on your **Profile** page. To access your **Profile** page, click on your username in the top right of the screen.

## Profile <a href="#profile" id="profile"></a>

![The Profile Tab](https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2FYJWDH3AVWcliMTyBKQvu%2Fsaas-network-user-profile-tab.png?alt=media\&token=e7999db5-6e4d-4d02-98d9-e865d1b6fcb6)

At the top of this tab, you will see your username and role in bold.

### Account Details <a href="#account-details" id="account-details"></a>

In this section, you will see the following fields:

* **Username** \*
* **First Name**
* **Last Name**
* **Email**

\*not editable

## API Tokens <a href="#api-tokens" id="api-tokens"></a>

![The Profile Tab](https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2FLXEjFdoE570FBjOIuVlP%2Fsaas-network-user-api-tokens.png?alt=media\&token=138e13bb-4d0d-41bd-b69f-c5d478c4fb6a)

In this section you can see and create the tokens which enable you to connect to the network API.

Click **NEW API TOKEN** to create a new one:

![The Profile Tab](https://2551497454-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbWd08bYtHMw1HqDKFpBf%2Fuploads%2FKB1XEiBhOTVrJwv6oyCG%2Fsaas-profile-new-api-token.png?alt=media\&token=5521d091-0437-4219-b1f0-38685e5cfec0)

The **API Token** dialog will show.

Enter a name for the API Token and choose whether it is **Enabled** or **Disabled**.

When you click **SAVE** the API token you have created will show in the list.


---

# 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.exads.com/ad-server/the-navigation-bar/saas-network-user-profile-page.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.
