> For the complete documentation index, see [llms.txt](https://docs.scaleflex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scaleflex.com/vxp-visual-experience-platform/the-vxp/token.md).

# Token

Each new Scaleflex DAM account comes with a token for a project. Each token combines a storage container to store assets and a CDN distribution to deliver optimized assets over CDN worldwide.\
An account can have multiple tokens to suit different projects within an organisation, which is called multi-tenancy.&#x20;

Whether you use one or multiple tokens for your projects, Scaleflex DAM's multi-tenancy allows you to manage all use cases across various tokens or projects through a unified interface.

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

### Company-wide vs project-wide users <a href="#company-wide-vs-project-wide-users" id="company-wide-vs-project-wide-users"></a>

Users can be created at the company level or project level.&#x20;

A hierarchy can be created within each token or project, and users and teams can be given access permissions to single or multiple tokens.

* Company-level: grants access to all projects
* Project-level: grants access to a project or selected projects, but not all within the company

{% hint style="info" %}
Some system settings are company-specific, while others are project-specific.

As a simple rule, all Organisation settings are linked to the company, while all other settings, such as Project or Development, are project-specific.
{% endhint %}


---

# 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.scaleflex.com/vxp-visual-experience-platform/the-vxp/token.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.
