# Snippets

Snippets are shortcuts for things you write repeatedly or that you want to standardize.

## Managing snippets

To manage snippets for the your current space, open the space settings and find the “Snippets” section. From this” screen, you can create, edit, and delete snippets:

<figure><img src="/files/K9lwpxLehwJkkEXluJx0" alt=""><figcaption></figcaption></figure>

Each snippet contains a name and the contents. The contents have all the bells and whistles of our documents, so feel free to add formatting, blocks for files and Figma designs, and whatever else is relevant:

<figure><img src="/files/EsPoXsPNV1FdbqaVmAIs" alt=""><figcaption></figcaption></figure>

## Using snippets

You can use snippets in description fields and comments, and to create work items and initiatives. In descriptions and comments, you can use the `/snippet` command to insert a snippet:

<figure><img src="/files/J95TdkBRFDnLj0MKIpPn" alt=""><figcaption></figcaption></figure>

Perhaps even handier is the `ctrl/cmd`+`;` shortcut (on Scandinavian keyboards, it’s `ctrl/cmd`+`ø` ). This will open a snippets selector:

<figure><img src="/files/6yCr4gc2lQRyZq6kPiHH" alt=""><figcaption></figcaption></figure>

This hotkey is context-aware, so if you are inside a description or comment, it’ll paste the content where you are. If you are on a board, the shortcut will create a new work item or initiatives with the snippet’s content in the description.


---

# 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://guide.kitemaker.co/core_concepts/03-snippets.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.
