> 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/company-settings.md).

# Company Settings

### Settings

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

The 1st section is for company settings. In it you can edit the Company Name, Contact Number, Location and Date Format. Upload the company image by clicking on 'Upload Image'.

### Members

#### Add a Member

To invite your team members to Alian Hub, Follow these steps:

1. Type the email in the textbox given on the top right side in the members panel.
2. From the dropdown next to the textbox, select the Designation of the member to be invited.
3. From the next right dropdown, select the Role of the member.
4. Lastly, click on invite. The user will get an invitation email and can join by that mail.&#x20;

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

To edit the roles and designation, click on ![](/files/dT5Fzo6FzCOzN9jiLhhh) icon in the dropdown. You can also add new role & designation by clicking on '+ Add New'

All the members will be visible in the 'All Members' section. You can view Email of the members, designation, role, last active and status & settings.&#x20;

#### Remove a Member

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

To remove a member from your team,

1. Go to Settings > Members
2. In Members, go to 'All Members'. You can also search the name of the member in the search box.
3. Click on the three horizontal dots and click on 'Remove User'

The user will be removed from the team. The members that are removed will be shown in 'Removed members' section. You can also search members by typing their name or email in the search box.

### Team

You can view your team or add a new team in this section. Click on 'Add New Team'. and follow the below steps.

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

1. Add the team name in the text box.
2. Select the team color.
3. Add the team members.&#x20;
4. Lastly, click on save.


---

# 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/company-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.
