> For the complete documentation index, see [llms.txt](https://helpdesk.getfly.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.getfly.vn/web-version/editor/setting-up-company-information.md).

# Setting Up Company Information

Setting Up Company Information

## 1. How to Set Up Company Information

To set up or update company information, follow these steps:

Navigate to Settings → System Configuration → Company Preference → Select Detail.

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

Click update -> Update the necessary details and click Update to save changes.

<figure><img src="/files/4jpuqtvC1BGJs3j0Huuf" alt=""><figcaption></figcaption></figure>

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

Fields to Update: (1) Upload Company Logo: Note: For the best display, use a logo size of approximately 200x200 pixels.

(2) Company Name: Enter the official name of your company.

(3) Headquarter Address: Fill in the address of the company’s main office.

(4) Branches (if any): If the company has multiple branches, list them here.

(5) Company Email: Enter the company’s official email address.

(6) Company Phone Number: Enter the main phone number of the company.

(7) Tax Code: Enter the company’s tax code. This will be shown in contracts when they are created.

(8) Fax Number: Enter the fax number, which will also appear in contracts when created.

(9) Company Website: Enter the company’s official website URL.


---

# 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://helpdesk.getfly.vn/web-version/editor/setting-up-company-information.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.
