> For the complete documentation index, see [llms.txt](https://verify-doc.tiller-verify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://verify-doc.tiller-verify.com/training-hub/user-guides/account-settings/general/company-details.md).

# Company Details

The Company Details section provides essential information about your company. This includes the company's name, logo, address, phone number, website, support contact information, and display name. This feature ensures that users have easy access to their company information for review and updates as needed

1. **Access:** Users with admin rights can access the Account Information section. This ensures that only authorised personnel can view and modify account details.
2. **Viewing Company Information:** Users can view comprehensive company information in this section, including the company logo, business profile information, address, phone number, and support email address. Additionally, this section allows an admin user to set their display name. If they prefer to use an abbreviated version of the company's name on the mobile app, they can save it as the display name. This will be displayed accordingly.
3. **Uploading company logo**: In case discrepancies or updates are required, admin users have the option to update relevant areas. For example, if there is a discrepancy in the company logo, users can simply upload the updated logo here.
4. **Updating Account Details:** Users can update account details such as company address, phone number, and email address as necessary. This ensures that account information remains accurate and up-to-date.

{% embed url="<https://vimeo.com/919616602>" %}
Adding a company logo
{% endembed %}


---

# 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://verify-doc.tiller-verify.com/training-hub/user-guides/account-settings/general/company-details.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.
