> For the complete documentation index, see [llms.txt](https://docs.pixquare.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixquare.art/tools/additional-tools/outline.md).

# Outline

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

Adding an outline to our existing content can be a tedious and time-consuming task. We can use this tool to add an outline to our content with many customizations quickly.

<figure><img src="/files/4dH5WKv47zOQWMjNP8hN" alt="" width="375"><figcaption></figcaption></figure>

#### 1. Outline color

The color of the outline. When this color box is active (its color picker is shown) it will also take the color from the main color picker and palette.

#### 2. Ignored colors

Tap the + button to add the current color to this list. If a color is in this list, it will be treated as being transparent.

#### 3. Corners

Select which corners to outline here.

#### 4. Alignment

Whether to outline outside or inside of the content.

#### 5. Watercolor

[Read more about watercolor >](/tools/brush.md#watercolor)

#### 6. Preview

If this toggle is one, the changes will be displayed live on the canvas.&#x20;

{% hint style="info" %}
Keep in mind that if we're outlining on many layers and frames with Preview on, it might lag. If that happens, we can turn this off, select the setup, and turn it on again to see the effect. Repeat this to avoid lag.
{% endhint %}

### Demo video

{% embed url="<https://youtu.be/9UaUWzQLJvQ>" %}


---

# 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://docs.pixquare.art/tools/additional-tools/outline.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.
