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

# Personal Settings

### My Settings

<figure><img src="/files/3G53dlMzS86u6MScYDtA" alt=""><figcaption></figcaption></figure>

In My settings, you can upload your image, edit your Name, Time zone and Time format. By clicking on Upload Image, you can add image to your profile.

### Company

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

This section shows the companies you have created and in case, you need to create one.

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

To add a new company, Go to Company and click on 'Add New'. Create the company by filling the required details and click on Save. The company would be created and shown in the company section.

### Notifications

You can edit the permissions for notifications in this section. Marking the receiving type of notification for project and tasks; you will get notified with that means.

Alian Hub allows receiving notifications from three means - Browser, Mobile and Email.

To view the Notifications on Alian Hub, click on the bell icon on the menu bar. The @ icon will show the mentions notifications.


---

# 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://help.alianhub.com/introduction-to-alian-hub/settings/personal-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.
