> For the complete documentation index, see [llms.txt](https://docs.adminremix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adminremix.com/asset-management/bundles/restriction-location.md).

# Restriction Location

1. Whether you are an admin creating a bundle, or a restricted user, creating a location restricted bundle is simple. Start by clicking the + button and selecting Create. *\*Users will need create permissions.*

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

2. Next you will be prompted to name your bundle. This is where you will also have the option to select a location for the bundle and restrict access to that location. *\*If you are a restricted user, you will only be able to select your location.*&#x20;

   <figure><img src="/files/v7vTwjRKSP0TCavUhLfk" alt=""><figcaption></figcaption></figure>
3. After clicking next, you will be prompted to select assets or items for the bundle. Save when you are finished. *\*This can be left blank for now if you are creating blank bundles.*&#x20;

   <figure><img src="/files/YWjsSE0j7Zqgwy9nei8c" alt=""><figcaption></figcaption></figure>
4. Your bundle will appear in the bundles list. *\*Restricted users will only be able to view bundles at their location.*&#x20;

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


---

# 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.adminremix.com/asset-management/bundles/restriction-location.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.
