> 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/company/store/creating-a-store.md).

# Creating a Store

Creating a new store in XoroERP system involves entering the essential details, such as store name, description, code, and facility. Furthermore, you can restrict the store as a Sale or Ship store to further optimize inventory and order management.

#### Entering the store details

{% hint style="info" %}
To create a Store, go to **Menu > Admin > Company > Store**
{% endhint %}

<table><thead><tr><th width="210">Field</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>Enter the name of the store. This will be used to identify your store within the system.</td></tr><tr><td>Description</td><td> Provide a brief description of the store. </td></tr><tr><td>Code</td><td>Assign a unique code to the store. This is used for identification and search purposes within the system.</td></tr><tr><td>Facility</td><td>Select the facility that the store is associated with from the dropdown menu. This helps in categorizing the store under a specific location or facility.</td></tr><tr><td>Restrict as Sale Store</td><td>Toggle this option to specify whether the store should be restricted to sales operations only.</td></tr><tr><td>Restrict as Ship Store</td><td> Toggle this option to specify whether the store should be restricted to shipping operations only.</td></tr><tr><td>Store Address</td><td>Click on the "Add new" option to enter the physical address of the store. Use the "Pencil" icon to edit the address, if needed.</td></tr></tbody></table>

After filling in the details, click "Save" to create the store.


---

# 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/company/store/creating-a-store.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.
