> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/user/user-store-mapping/what-is-user-store-mapping.md).

# What is User Store Mapping?

User Store Mapping enables administrators to add or remove access to different stores for users in the system. The primary goal of implementing User Store Mapping is two-fold:

1. **Control Access:** Users lacking access to a particular store are barred from creating transactions with that store. This ensures that only authorized personnel can engage with specific sections of the inventory or transaction system.
2. **Streamline Operations:** Users can have a default store assigned to them. Whenever they load a new module, this default store is automatically selected, streamlining processes and saving valuable time.

User Store Mapping allows you to precisely control access to stores and inventory modules within a system, thereby tailoring the user experience to meet the specific requirements of a business. By doing so, you can ensure a seamless, secure, and efficient workflow.


---

# 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.xorosoft.com/xoroerp-1/admin/user/user-store-mapping/what-is-user-store-mapping.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.
