> For the complete documentation index, see [llms.txt](https://docs.sketchrunner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sketchrunner.com/search-commands/insert.md).

# Insert

Search and insert Symbols in your Document or in Symbol Libraries. You can limit the search results on a Document level by selecting the ones you need.

![Insert Symbols](/files/-La5vDFlYydk2z4UOVTT)

### Replace Selected Layer

You can replace a selected Layer in your document by searching another Symbol and holding `option` / `alt` when hitting `return`.

### Search in Libraries

To filter a certain set of Symbols, type `/` and select a Library or choose `Document Only`. When a filter is applied, you can undo the filter by clicking the `×` icon, or hitting the `delete` key.

![Filtering scope in Insert](/files/-La5uqA87hEa9dKoaXmv)

![Filtered scope for Apple iOS UI in Insert](/files/-La5urycWkPocZLX1psN)

### Show Preview Window at the Bottom

For those with Libraries with long Symbol names, the bottom preview setting should come in handy.&#x20;

![Insert Bottom Preview (optional setting)](/files/-La5uwjIQ8O497kH8LYz)


---

# 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:

```
GET https://docs.sketchrunner.com/search-commands/insert.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.
