# Company Profile

The Company Profile page lets you configure your company's name and description. To access it, navigate to **All Settings** -> **Company Profile** on the Dashboard.

## Company Name

The company name is used as the AI profile's display name across the dashboard, including the profile switcher in the sidebar, home page, team management, and analytics.

## Company Description

The company description is an internal note for your team. It is not shown to end users.


---

# 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://alhena.gitbook.io/docs/dashboard/company-profile.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.
