> For the complete documentation index, see [llms.txt](https://accoxpert.gitbook.io/user-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://accoxpert.gitbook.io/user-documentation/company-management.md).

# Company Management

After creating your first company, you need to go to the company page from the sidebar, and you can see all your companies. This is your company management section where you can manage your company records data.

<figure><img src="/files/RRTzG2ZgPYNnQ0OmxJHk" alt=""><figcaption><p>Company Screen</p></figcaption></figure>

Here, you can see all the created company lists. If you want to create more companies, press the **Add Company** button, OR if you want to create companies in bulk, press the **Bulk Import Company** button :smile:

Now, press on the company name to manage the company profile. You will navigate to the below screen.

<figure><img src="/files/IM1c4jJZxEE97yu2c0WX" alt=""><figcaption><p>Company Profile Screen</p></figcaption></figure>

In the above screen, you can upload your company logo (which will be used in the future), showing basic data about your company (legal name, trade name, GSTIN, GST status, Company status, etc...). If you want to edit anything in the company, press the edit icon on the right side of a company name. You can also add/edit the **Billing/Shipping Address.**

Here we have features of the **e-Invoice & e-Way Bill,** you can simply enable/disable it. Once you enable any features from that, you will be asked to enter the Gov. portal credentials details (this will be used to manage e-Invoice & e-Way bill with Gov via the accoXpert dashboard).

If you have any branch(s) of this company, you can simply create it by pressing the **Add Branch** button, and after creating a branch, it will show in the branch list as in the below screen. We have the same features for Branch like Edit Branch details, add/edit shipping address.

<figure><img src="/files/FGdrsX7e1SzxqKpkWJgD" alt=""><figcaption><p>Branch List Screen</p></figcaption></figure>


---

# 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://accoxpert.gitbook.io/user-documentation/company-management.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.
