# Video Tutorial: Animating Motion

{% hint style="warning" %}
This page is **out of date** and does not accurately represent the current user interface nor recent changes that we have made to the Tychos language. We are in the process of updating all of our documentation. Thank you for your patience!
{% endhint %}

After you get a handle on how create a simulation of a moving particle, its time to learn how to model a particle that is experiencing a force. In this video we use an iterative approach to calculate the particle's change in momentum and then from there, its velocity and position.

{% embed url="<https://vimeo.com/238328419>" %}

{% hint style="info" %}
This video is currently out of date due to some interface improvements. We hope to update this video soon! Thanks for your patience.
{% endhint %}


---

# 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/video-guides/tutorial-3-model-a-force.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.
