> 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/getting-set-up.md).

# Getting Set Up

<details>

<summary>Step1: Creating your organization</summary>

Create an account on AssetRemix.com/signin click on create a new web

</details>

<details>

<summary>Step 2: Inviting your team</summary>

See ["Setting Permissions for Users"  ](/core/people/setting-permissions-for-users.md)and "Setting up Roles" to help you set up your team.

</details>

<details>

<summary>Step 3: Add your assets</summary>

See our Asset Management section on how to add your assets.&#x20;

</details>

<details>

<summary>Main Dashboard Setting Control</summary>

When you log into Asset Remix, you will see cogs on your asset management and help desk click boxes.

<img src="/files/UKhLHnhY83qdup7AJkDR" alt="" data-size="original">

Click on those cogs to open settings.

**Asset Management Settings:**

<img src="/files/5TJPGkjWvCzwbEEPPXfZ" alt="" data-size="original">Toggle whichever settings and Models you want on.

<img src="/files/so5pwKM9mNsMvVpAYkOd" alt="" data-size="original"> What does this do? [Click here](/asset-management/restrict-asset-to-single-bundle.md) to find out.

<img src="/files/3OgiGuX6JQ4bKT0wvAYq" alt="" data-size="original">  What does this do? [Click here](/asset-management/use-asset-expiration-date.md) to find out.

<img src="/files/eUQ1W3nr5Rm11gvcstIV" alt="" data-size="original">  What does this do? [Click here](/asset-management/eula-checkout-confirmation-page.md) to find out.

<img src="/files/2WXWNBS43dlDQAeQRWlb" alt="" data-size="original">  What does this do? [Click here ](/asset-management/resend-pending-checkout-emails.md)to find out.

**Help Desk Settings:**

<img src="/files/zmSZSyL5RvOKJ8Y8RjFy" alt="" data-size="original">Click to toggle on and off Help Desk.

</details>


---

# 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/getting-set-up.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.
