> For the complete documentation index, see [llms.txt](https://animoia.gitbook.io/animoia-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://animoia.gitbook.io/animoia-docs/guide/getting-around.md).

# Getting around

## Workspace overview

<figure><img src="https://4013927627-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGpD0MO5HoluojjyGLbPo%2Fuploads%2FcvBY7z5AX5SwEJyEOKw9%2FGeneral%20UI.jpg?alt=media&amp;token=a8d12c4d-710d-4459-bb98-af346cdbbae8" alt=""><figcaption></figcaption></figure>

Animoia is a desktop motion-graphics compositor for Windows and Linux. The toolbar sits at the top, Project and Layer share the left panel, the Composition viewer is in the center, inspector tools sit on the right, and the Timeline runs across the bottom. Drag the separators to resize panels; panel sizes persist for your next session.

## FX Console

<figure><img src="https://4013927627-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGpD0MO5HoluojjyGLbPo%2Fuploads%2Fx2xoxpMdpVvNeaBgK5f3%2FConsole.jpg?alt=media&amp;token=413ed554-975e-4797-aceb-dbf071b156df" alt=""><figcaption></figcaption></figure>

**FX Console** is a keyboard-first launcher that puts effects, presets, and commands all in one search box. Press `Ctrl + Space` to open it, type a few letters, and press `Enter` to apply the highlighted option. It’s a quick and easy way to find what you need by name without having to search through different menus or categories.

### Matching and ranking

Because `Enter` applies the highlighted row, ranking matters more here than in the browsable Effects tree: the effect you meant has to be first after two or three keystrokes. Matches are scored by how they matched, best first:

| Match type    | Example                                                                                         |
| ------------- | ----------------------------------------------------------------------------------------------- |
| Exact name    | `gaussian blur` → *Gaussian Blur*                                                               |
| Name prefix   | `gau` → *Gaussian Blur*                                                                         |
| Word start    | `blur` → *Gaussian Blur*, *Camera Lens Blur*                                                    |
| Substring     | `ussian` → *Gaussian Blur*                                                                      |
| Initials      | `clb` → *Camera Lens Blur*                                                                      |
| Subsequence   | `gblr` → *Gaussian Blur*                                                                        |
| Category only | `sharpen` lists the Blur & Sharpen effects, but always below anything actually named "…Sharpen" |

Subsequence matching also weighs how spread out the match was, so a tight match ranks above a scattered one. Recently used items are remembered and surface first, which means the effects you actually reach for get faster the more you use them.

### Unavailable commands

A command that cannot run right now *(one needing a selection when nothing is selected, for instance)* is shown dimmed rather than hidden. The dimmed row tells you the command exists and what it needs.

`Escape` clears the query first, then closes the console on a second press.


---

# 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://animoia.gitbook.io/animoia-docs/guide/getting-around.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.
