# Profile and Settings

Your Profile and Profile Settings are accessible from the header, by selecting the menu on the right indicated by your user avatar. &#x20;

## Profile

The Profile page allows you to view information about yourself, as well as activity for you, followers and those you follow.  By clicking the gear, you can also access your Profile Settings.

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

## Profile Settings

Profile Settings are broken out into seven areas.

* [Notifications ](/docs/git-based-source-control/administration/profile-and-settings/notifications.md)are explained in a sub-topic to this section
* [Security ](/docs/git-based-source-control/administration/profile-and-settings/two-factor-authentication-2fa.md)(specifically Two-Factor Authentication) is also explained in a sub-topic to this section.

The rest of the sections are explained in more detail below.

### Profile

The Profile section of settings provides options for you Public Profile.  Most of the information on this page, and available fields are self-explanatory.

### Account

The account section allows you to update your password, and delete your account if necessary.  In some cases, it may also allow you to "opt in" to experimental features.

### Home

The Home section allows you to set a default Org (if you have access to more than one), and also the default landing page for your home page.

### Applications

The Applications section allows you generate tokens for the Copia API.  This is typically used for Copia applications like the Copia Desktop app.

### Organizations

This sections allows you to leave any organizations you may be a part of.


---

# 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.copia.io/docs/git-based-source-control/administration/profile-and-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.
