# Selection

## Everything Is Powered By Selection

Saved expression library items are created by your initial selection. There are two types of saved expression that are created from 3 different types of selection.

#### Type 1 Expression:

Type 1 expression relates to an expression library item that contains only a single expression with or without keyframes.

#### Type 2 Expression:

Type 2 expression relates to an expression library item that contains multiple expressions with or without keyframes.

{% hint style="info" %}
Type 2 expressions are saved inside a seperate node called multi. This is to differentiate them from others.
{% 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.expression-library.bearstudios.co.uk/creating-an-expression-library-item/selection.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.
