> For the complete documentation index, see [llms.txt](https://help.falkor.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.falkor.io/common-problems/discover-and-library.md).

# Discover & Library

## Discover

The "**Discover**" section on the app shows the content that is available to you.

| Content Category | Description       |
| ---------------- | ----------------- |
| **WATCH**        | Video streams     |
| **READ**         | eLearning stories |
| **LISTEN**       | Audio streams     |

{% embed url="<https://cdn.falkor.io/uploads/2020/07/cloud-file-5106/be7c9af5f221d84126f7b68a49d03434.mp4>" %}
Watch | Read | Listen
{% endembed %}

## My Library & My Stories

When you **open new content for the first time**, it is automatically added to your **library** (the section called My Library or My Stories - depending on your app type).&#x20;

In **My Library** you can access content available to you:

| Content Category | Description                           |
| ---------------- | ------------------------------------- |
| **Stories**      | eLearning stories                     |
| **Articles**     | Articles / posts                      |
| **Podcasts**     | Podcast episodes                      |
| **Assessments**  | Quizzes / tests                       |
| **Surveys**      | <p>Survey-type questionnaires<br></p> |


---

# 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:

```
GET https://help.falkor.io/common-problems/discover-and-library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
