> For the complete documentation index, see [llms.txt](https://docs.gospace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gospace.com/admin/get-started/understand-your-divisions.md).

# Understand your divisions

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

Divisions allow you to configure multiple environments within a single account, tailoring settings and capabilities to meet specific operational needs. This flexibility enables distinct configurations for each division, including separate billing details and tax information. It also provides control over data hosting locations.

### Regional data storage

To comply with geographical legal requirements or optimise data access based on user locations, gospace offers precise control over where your data is stored. You can configure data storage settings in two ways:

* Store data to a single region for all gospace locations: Keep all data in one region across all locations, by using a single division.
* Store data to multiple regions for each gospace location: Utilise multiple divisions to create your locations across them, and store your data in different regions. For example, you could have a "gospace Europe" division, with only your Europe-based locations, to localise the data stored to that region.

### Data localisation with MongoDB Atlas

gospace utilises MongoDB Atlas global clusters to facilitate flexible and compliant data storage. By leveraging these clusters, data can be stored and managed across multiple geographical regions via divisions. This approach enhances data availability, improving platform performance while ensuring compliance with local regulations.

### Switching Between Divisions

Once you have established your divisions within gospace, switching between them is seamless:

1. Click on the name of your current division in the bottom-left corner of the console.
2. Select the desired division from the list to switch to that division without the need to log out and log back in.


---

# 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.gospace.com/admin/get-started/understand-your-divisions.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.
