> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/administrator-documentation/company-settings/entering-company-information.md).

# Entering Company Information

This lesson will show you how to enter your company information in AgileCase.

{% stepper %}
{% step %}

### Go to the "Company Info" page

<figure><img src="/files/zdKKD4Vk0vzkxx8eygEr" alt="" width="209"><figcaption></figcaption></figure>

You can access your company information through the sidebar in the settings menu. The "Company Info" tab can be found under the "My Company" heading.
{% endstep %}

{% step %}

### Add a firm name and logo

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

At the top of the page, you can enter your firm name and upload a logo. To upload your logo, click the "Add logo" button and select an image from your picture library, then click "Upload" to use the selected image.
{% endstep %}

{% step %}

### Add a company address

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

Below the firm name and logo options are fields to enter a company address. You can also enter a client contact email as well as a client contact website to provide easy navigation to your homepage.
{% endstep %}

{% step %}

### Enter your Tax ID

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

Underneath your company address, you can enter your business tax ID. Law firms can also enter their Law Firm ID in this section. This information will be exported onto invoice templates, which are explained in [this](/user-documentation/accounts-and-bills/creating-an-invoice.md) lesson.
{% endstep %}

{% step %}

### Save your information

<figure><img src="/files/O9aiUA44SH4WXP2WbX0F" alt="" width="311"><figcaption></figcaption></figure>

Once you have entered your company information, click the "Save Changes" button to save your details.
{% endstep %}
{% endstepper %}


---

# 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://docs.agilecase.com/administrator-documentation/company-settings/entering-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.
