> For the complete documentation index, see [llms.txt](https://verbatim-ai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://verbatim-ai.gitbook.io/docs/profile.md).

# Your profile & AI personalities

To be relevant, your Corpus needs to know you. Your profile shares your professional context so your assistant can respond with more precision — and it holds the identifiers you need when you call Verbatim AI from your own systems.

> 🔐 Your profile information stays **confidential**. It is used only to give your Corpus the context it needs; it is never shared publicly.

## Complete your profile

Fill in the information that helps your Corpus understand your world:

* Your **name** — the primary information on your profile.
* Your **position**, your **missions** and your **professional objectives**.

The more your Corpus knows about your role and your goals, the closer its answers stay to what you actually need. 🎯

## Your email & organisation Id 🆔

Tap your **avatar** at the top-right of the screen to open your profile panel. Just under your name you will find:

* Your **email** — the address you sign in with. It is shown for reference and cannot be changed here.
* **Your organization Id** — the unique identifier of your organisation, a UUID. It is displayed as a chip: **tap it to copy it** to your clipboard. 📋

> 🔑 **When do you need it?** Whenever you call our secured API. The JWT token you sign carries your organisation Id in its `oid` claim, which tells us who the call belongs to. See [**API keys**](/docs/api-keys.md).

## The agent that answers you 🤖

Under your organisation Id, the **Agent** section shows the [**agent**](/docs/agents.md) running your questions — its card, exactly as it appears in the Agents space.

* **Until you pick one**, that is the agent badged **Default**. **Choose an agent** opens the picker.
* **Once you have picked**, its card takes the place, and **Change agent** opens the picker again. **Use the default agent** hands you back to the default in one tap.

Tapping a card in the [Agents](/docs/agents.md) list writes the same choice.

The choice is the same one the 🤖 button of a [**Story**](/docs/stories.md) writes — set it in either place. It holds for every Story from then on and survives closing the app. Delete the agent you had picked and you go back to the default one.

## An AI personality for every profession 👷

Your profession is unique, so your assistant should be too. A personality changes both the **tone and vocabulary** and the **way answers are structured**. You pick one when you create or edit an [**AI Corpus**](/docs/ai-corpus.md), and you can still switch it per [**Story**](/docs/stories.md) whenever a conversation calls for something different.

![The Verbatim AI personalities](/files/PSMPpZtcetE2oykk3ptS)

### 👑 Aly — the generalist

> I'm **Aly**, a general-purpose AI agent designed to provide objective, balanced and reliable answers. Calm, clear and professional, I avoid value judgements and unsupported opinions, and help reduce bias where neutrality and precision matter. 🎯

### 😎 Léo — in tune with the times

> I'm **Léo**, the AI Agent who traded the tie for a virtual hoodie. Always relaxed, never stressed, I explain complicated things with simple words, unlikely examples and the occasional (proudly owned) bad joke. 😁

### 🔆 Nova — delivers impact

> I'm **Nova**, here to carry your messages and put your ideas in the spotlight. Every word has a role, every sentence an objective. No hollow jargon — just effective, bold and measurable marketing. 💪

### 💼 Lexa — the legal agent

> I'm **Lexa**, built for clarity, rigour and reliability. A genuine legal assistant able to analyse documents, summarise legal texts, identify risks and structure precise answers — in clear, accessible language. 👮

### 📘 Pia — sees things through

> I'm **Pia**, designed to answer with rigour, reliability and consistency. Methodical approach, structured reasoning and a demand for precision — every answer built on clear analysis, verified information and solid logic. ✈️

### 🏭 Marcus — the tech partner

> I'm **Marcus**, designed to build, analyse and solve with precision. I prioritise reliability, performance and maintainability. Clear language, technical when necessary, always solution-oriented — an engineering partner for demanding projects. 🎯

## Keep your account secure 🔐

Your data is sensitive, so protect your account with a strong, unique password and change it regularly.

**Password rules**

* At least **6 characters**
* At least **one uppercase** and **one lowercase** letter
* At least **one number** and **one special character**
* Avoid common words and proper names

**Good habits**

* Use a **unique** password for each account.
* **Never share** your password with anyone.
* **Change it regularly** to stay protected.

> 🙈 **Forgotten your password?** Use the **Help** button at the bottom of the page — we'll help you reset it.


---

# 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://verbatim-ai.gitbook.io/docs/profile.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.
