# Learn

- [Overview](https://docs.tychos.org/docs/learn/overview.md)
- [Creating and Managing Scenarios](https://docs.tychos.org/docs/learn/creating-and-managing-scenarios.md)
- [The Interface](https://docs.tychos.org/docs/learn/interface-overview.md)
- [Tychos Python Language Reference](https://docs.tychos.org/docs/learn/language-reference-api.md)
- [Tychos MathJs Language Reference](https://docs.tychos.org/docs/learn/language-reference-api-1.md)
- [Python Demonstrations](https://docs.tychos.org/docs/learn/demonstrations.md): Below are some Tychos demonstration scenarios using the Python language.
- [MathJs Demonstrations](https://docs.tychos.org/docs/learn/demonstrations-1.md): These demonstrations are all written with the MathJs language. Please check the MathJs Language Reference for more information
- [Video Guides](https://docs.tychos.org/docs/learn/video-guides.md)
- [Video Tutorial: An Overview](https://docs.tychos.org/docs/learn/video-guides/tutorial-1-an-overview.md): Watch this video to get a general overview of Tychos.
- [Video Tutorial: Settings](https://docs.tychos.org/docs/learn/video-guides/tutorial-2-simulation-settings.md): Learn about the different kinds of settings that can be changed.
- [Video Tutorial: Animating Motion](https://docs.tychos.org/docs/learn/video-guides/tutorial-3-model-a-force.md): This video give you a general template for animating motion.
- [Video Tutorial: Meters and Gauges](https://docs.tychos.org/docs/learn/video-guides/tutorial-4-meters.md): Learn about two different ways to add meters and gauges for representing data visually on the screen.
- [Video Tutorial: Arrows and Lines](https://docs.tychos.org/docs/learn/video-guides/tutorial-6-visualizing-vectors.md): Learn how to use arrows and lines to represent things like vectors or other simple representations.
- [Video Tutorial: Graphs and Bar Charts](https://docs.tychos.org/docs/learn/video-guides/untitled.md): Learn how to add graphs and bar charts that plot and track data as it changes in time.
- [Video Tutorial: Tables](https://docs.tychos.org/docs/learn/video-guides/video-tutorial-tables.md): Learn how to add either a table widget or tool to your scenarios.


---

# Agent Instructions: 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://docs.tychos.org/docs/learn.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.
