> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/feature-documentation/designing-and-running/channels/information-based-channels/portal.md).

# Portal

Portal simulates an online library/folder such as **Microsoft Sharepoint or Google Drive**. It acts as a **hub for accessing important data**, intelligence, or briefing materials throughout the exercise.

| Benefit                                                                          | Feature                                                                                                                                                                               |
| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| An easy way to share content with players that is readily available              | Upload and store important content for players to view throughout the exercise                                                                                                        |
| Ideal for sharing static information that players need to reference periodically | Schedule the release of resources in the Master Events List (MEL) to coincide with specific phases of the exercise, ensuring participants receive information when it's most relevant |

## Running

<figure><img src="/files/G9C8eXEoS7MgpHpSvJZD" alt=""><figcaption><p>This is what Portal looks like to players</p></figcaption></figure>

***

## Designing

### How to (Injects)

To ensure participants receive information when it's most relevant, schedule the release of resources via the MEL as an inject:

<figure><img src="https://helpdocs.conducttr.com/~gitbook/image?url=https%3A%2F%2F3476309720-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsNKxYbIPgfYmCR9EJgAu%252Fuploads%252FO98Uf3eNcMQ2NvCYJ4Xw%252Fportal.png%3Falt%3Dmedia%26token%3D53f74974-a60c-4966-a1b3-ea8cc790fd3c&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=a635b286&#x26;sv=2" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Attach any kind of media you like (PDFs, images, videos, audios etc.)
{% 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://helpdocs.conducttr.com/feature-documentation/designing-and-running/channels/information-based-channels/portal.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.
