> For the complete documentation index, see [llms.txt](https://bundus.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bundus.gitbook.io/help/getting-started/complete-your-business-profile.md).

# Complete your business profile

Complete your business profile so Bundus can use the correct business details, currency, and timezone.

### Update your business information

1. Open **Settings** from the left menu.
2. Under **Business**, select **Business Profile**. If you are completing initial setup, you can instead select **Review business details** from the setup card on **Overview**.
3. Confirm your **Location**. This controls the regional labels, tax defaults, and currencies available to your business.
4. Enter your **Address line**, **City**, and **Postal code**.
5. If you want your phone number to appear on rental contracts, enter it under **Business phone (optional)**.
6. Check the **Default currency** and **Timezone**.
7. If your business is registered to charge VAT, turn on **Charge VAT**, enter the **VAT registration ID**, and confirm the **Default VAT rate (%)**. Leave it off if your business is not registered to charge VAT.
8. Select **Update business info**.

![Business Profile settings showing the business location and address fields](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-acedac39ff3ad47e681d9914803f95234b7deceb%2F01-business-location.jpg?alt=media)

![The currency, timezone, VAT settings, and Update business info button](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-647db7af5268ec51898a6683cd92554bf84559ee%2F02-currency-vat-save.jpg?alt=media)

### What happens next

Bundus displays **Business profile updated**. If you are completing initial setup, the setup card also records that your business details are complete.

> **Good to know:** Your business name is set during registration. Contact Bundus at <hello@usebundus.com> if you need to change it.

### Related guides

* [Create your first booking](/help/getting-started/create-your-first-booking.md)


---

# 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://bundus.gitbook.io/help/getting-started/complete-your-business-profile.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.
