> For the complete documentation index, see [llms.txt](https://catalyst-swarm.gitbook.io/catalyst-swarm-2022/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catalyst-swarm.gitbook.io/catalyst-swarm-2022/august-2022/miscellaneous-content.md).

# Miscellaneous content

## Julien and Tevo testing Podcast formats - Randos React to AI Tech on YouTube

{% embed url="<https://www.youtube.com/watch?t=144s&v=YWKRKEyAzJw>" %}

In this video, we are browsing through AI-related videos and expressing our opinions on the videos we go through. Examples of videos we are looking for: AI tool demos, AI discussions, and videos created with or by AI. Share your ideas on what kinds of formats we could try and which questions we should answer.&#x20;

You are also welcome to take initiative and let's do something together. join the SingluarityNET Discord server Community Podcast channel: [https://discord.gg/R6UANzDMM3](https://www.youtube.com/redirect?event=video_description\&redir_token=QUFFLUhqbS1mbjhNWjE5d2hXd2lCaExaWnNxdF92OGRxQXxBQ3Jtc0trVGt0Q0NFU1pKbE5OZXNERjhNWW5LWEFzRFF3NFlYUW5oRjI3OWdXQ2YyQkxQcE9UNk0xNEtmUUFIMHVGa3ZSUWJDU3IycFpHTEZzYmNwVWxGWTc5ZFl0OXNucmtMSUd1bVlEcUo5bnMzaUJoSWRKbw\&q=https%3A%2F%2Fdiscord.gg%2FR6UANzDMM3\&v=YWKRKEyAzJw).


---

# 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://catalyst-swarm.gitbook.io/catalyst-swarm-2022/august-2022/miscellaneous-content.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.
