# After Effects

- [Getting Started with Expressions](https://docs.nosleepcreative.com/after-effects/getting-started.md): Last update: 19 January 2024
- [Expressions & Snippets](https://docs.nosleepcreative.com/after-effects/expressions.md): Here are list of useful expressions I curated and written. This page is currently being sorted into the pages under Cookbook & JSX Cheatsheet
- [JSX Cheatsheet](https://docs.nosleepcreative.com/after-effects/expressions/jsx-cheatsheet.md)
- [Expression Troubleshooting](https://docs.nosleepcreative.com/after-effects/expressions/expression-troubleshooting.md)
- [Utilities](https://docs.nosleepcreative.com/after-effects/expressions/utilities.md)
- [Shape & Mask](https://docs.nosleepcreative.com/after-effects/expressions/shape-and-mask-paths.md)
- [Type & Text](https://docs.nosleepcreative.com/after-effects/expressions/type-and-text.md)
- [Cookbook](https://docs.nosleepcreative.com/after-effects/cookbook.md)
- [Algorithmic](https://docs.nosleepcreative.com/after-effects/cookbook/algebraic.md): Last update: 8 June 2021
- [Random properties](https://docs.nosleepcreative.com/after-effects/cookbook/random-motion.md): WIP - last updated 21 April 2021
- [Harmonic Motion](https://docs.nosleepcreative.com/after-effects/cookbook/harmonic-oscillations.md): Written on Mar 10, 2021. Last updated on ... — WIP
- [Staggering](https://docs.nosleepcreative.com/after-effects/cookbook/staggering.md): delayed sequential offset - WIP
- [Tessellation & Tiling](https://docs.nosleepcreative.com/after-effects/cookbook/tessellation.md): Last update: 8 April 2021
- [Type animators](https://docs.nosleepcreative.com/after-effects/cookbook/type-animators.md)
- [Speed lines](https://docs.nosleepcreative.com/after-effects/cookbook/speed-lines.md): WIP
- [Radial Array](https://docs.nosleepcreative.com/after-effects/cookbook/tunnel-zoom.md): Tunnel, zoom, iris - WIP
- [Orb & Trails](https://docs.nosleepcreative.com/after-effects/cookbook/orb-and-trails.md): WIP
- [Shading & Texturing](https://docs.nosleepcreative.com/after-effects/cookbook/shading-and-texturing.md): WIP
- [Responsive](https://docs.nosleepcreative.com/after-effects/cookbook/responsive.md)
- [Automation](https://docs.nosleepcreative.com/after-effects/cookbook/automation.md)
- [Setup & Rigs](https://docs.nosleepcreative.com/after-effects/cookbook/setup-and-rigs.md)
- [Getting started with Scripting](https://docs.nosleepcreative.com/after-effects/getting-started-with-scripting.md): WIP
- [Scripting](https://docs.nosleepcreative.com/after-effects/scripting.md): Here you will find javascript snippets  that  performs one certain small task for learning and application
- [Utilities](https://docs.nosleepcreative.com/after-effects/scripting/utilities.md)
- [Master Properties](https://docs.nosleepcreative.com/after-effects/scripting/master-properties.md)
- [ScriptUI](https://docs.nosleepcreative.com/after-effects/scriptui.md)


---

# 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.nosleepcreative.com/after-effects.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.
