> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/codescan/getting-started/users-roles-and-permissions/user-account.md).

# User Accounts

### Overview <a href="#overview" id="overview"></a>

As a CodeScan user, you have your own space where you can see the things that are relevant to you. View your personal space under the **`My Account`** page.

<figure><img src="/files/nKOr8wAQHsuv2eqzjpW3" alt="" width="307"><figcaption></figcaption></figure>

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

It gives you a summary of your:

* Login
* Email Address
* Groups
* SCM accounts

<figure><img src="/files/aQQYHTdG2fvjPjfyzBWS" alt="" width="563"><figcaption></figcaption></figure>

### Security <a href="#security" id="security"></a>

Manage your own authentication tokens in this section. You can create as many tokens as you want. Once a Token is created, you can use it to perform analysis on a project where you have **Execute Analysis** permission.

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

### Notifications <a href="#notifications" id="notifications"></a>

Email notifications are managed here. It is possible to define your overall notifications settings applied to all projects. By default, email notifications are turned on for the following notification types:

* Background tasks in failure on my administered projects
* Changes in issues/hotspots assigned to me
* New quality gate status
* My new issues

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

{% hint style="info" %}
**Point to Note:**

1. A notification is never sent to the author of the event.
2. The author will not get notified about their own issues. It's only the assignee who gets notified and not the author.
3. The author/developer can look at their respective issues from the CodeScan UI.
   {% endhint %}

### **Adding Notifications to a Project**

To add notifications for a specific project, select **`Add a Project`** and **`Search`** a project by name in the search menu. Two additional notification option types, especially applicable to team projects, are available on the per-project level:

* Issues resolved as false positive or won't fix
* New issues

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

### Projects <a href="#projects" id="projects"></a>

The **`Projects`** tab lists all of the projects you are administering. You can select a project from this tab for full access.

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


---

# 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://knowledgebase.autorabit.com/product-guides/codescan/getting-started/users-roles-and-permissions/user-account.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.
