> For the complete documentation index, see [llms.txt](https://docs.runtimehrms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runtimehrms.com/getting-started/setting-up/business-information.md).

# Business Information

To add or update business information click on the Setup > General Settings > Business information.

### General Information

Here you can add the basic information of your business like company name, address, business logo, business seal, etc. After adding the respective information, when you download any of the reports it will be downloaded with basic information about the business in that. Precisely by adding these pieces of information, you are creating the formate of a report as the information filled in ‘Report Headers’ will appear on the header of a report and same as information filled in ‘Report Footers’ will appear on the footer of a report.

### Statutory Information

Fill the statutory informations like PAN, TAN, GSTIN, etc. in the ‘Statutory Information’ field.

### Bank Details

Go to the bank details section to add the details of your company bank to manage all transactions with the bank like salary payments to your employees, tax payments to the government, etc. Fill the bank name, bank branch, IFSC code, and bank account number as shown below.

<div align="left"><figure><img src="/files/ilXvJXFyeQ3nlLRestYL" alt=""><figcaption><p>Adding the Bank Details</p></figcaption></figure></div>

### Adding Employee Additional Information

Add employee additional information like old pf no., education, insurance policy, and so on. You can create up to 10 new fields as per your requirement.

### Other Information

Enter your company code in other information fields. Company code is used for logging on to Workman (employee self-service mobile app). By default, the system will assign a company code, but you can change it here to represent your brand or name. It should be 6 character code. After changing the company code, the workman login will require this code to be entered by employees (along-with employee code and login pin).

After adding information to all fields click on the Save button to save the details. This is how you can add and manage (edit) your business information Runtime.


---

# 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.runtimehrms.com/getting-started/setting-up/business-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.
