> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/account-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everyday-digital.gitbook.io/account-docs/guides/account-details.md).

# Account Details

## Account Details

**Your account details include your company profile and address.** You can edit your Account Details and icon/logo, as required.

**Add your company's privacy policy.** Your privacy policy link will be referenced in the end-user license agreement (EULA) for apps distributed under your account.

| Detail                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Tier**                   | Your subscription tier (as agreed with your licensed platform provider)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **Joined**                 | Date of account creation/subscription start date                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Duration**               | Duration of subscription to date (in days)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **Account ID**             | Your account ID as stored on the platform                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Agent / Account Holder** | Your assigned Agent (primary company representative & contact person)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| **Terms & Conditions**     | The platform terms and conditions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Privacy Policy**         | The platform privacy policy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| **Add-on Features**        | The available platform add-ons ([Authoring](https://app.gitbook.com/o/-LkZMh7HTpHtgrDm7Uox/s/-LkZMvKQ0GKsnh74M3pT/authoring/story-settings-1), [SCORM-Only Authoring](https://app.gitbook.com/o/-LkZMh7HTpHtgrDm7Uox/s/-LkZMvKQ0GKsnh74M3pT/authoring/story-settings-1/story-settings-and-options/story-settings/export/export-for-scorm#how-to-export-for-scorm), [Streams](https://app.gitbook.com/o/-LkZMh7HTpHtgrDm7Uox/s/-LkZMvKQ0GKsnh74M3pT/streams/streams), [Pathways](https://app.gitbook.com/o/-LkZMh7HTpHtgrDm7Uox/s/-LkZMvKQ0GKsnh74M3pT/pathways/create-a-pathway), [Data Manager](https://app.gitbook.com/o/-LkZMh7HTpHtgrDm7Uox/s/-LkZMvKQ0GKsnh74M3pT/data/data-manager)) |
| **Content Items**          | Shows your used and available slots for stories, streams, and/or pathways (includes created, published, and archived items)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| **Storage**                | Used and available storage for your account (determined by the Tier)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Bandwidth**              | Used and available bandwidth for your account (determined by the Tier)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| **Company Name**           | The name of your organisation                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| **Address details**        | Country, State/Province, City, Suburb / County, Address & Postal Code of your company's headquarters                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Account Logo**           | Your company's logo (visible in your platform account)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ​                          | ​                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |


---

# 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://everyday-digital.gitbook.io/account-docs/guides/account-details.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.
