# Writing Style & Structure

Teach Korey to write Stories in your preferred style and format. Provide writing examples from actual Shortcut Stories to generate a custom prompt.

#### Tone and Level of Detail

1. Head to **Settings** **>** [**Writing Style**](https://app.korey.ai/settings/writing-style)
2. Select your preferred **Level of Detail** and **Tone**&#x20;

#### Output Format styling

1. Head to **Settings** **>** [**Writing Style**](https://app.korey.ai/settings/writing-style)
2. **Add Writing Examples**
   1. Write out examples in the text area&#x20;
   2. Upload existing Stories from your workspace that showcase the structure and style you'd like Korey to emulate. Click *Load a Story* and paste in a Story ID. The Story content will be pulled into the Example text area.&#x20;
3. **Review the Custom Prompt**
   1. After providing writing examples an editable custom prompt will be generated.

{% hint style="info" %}
More is better here — add up to 5 writing examples for Korey to learn from!
{% 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.korey.ai/using-korey/writing-style-and-structure.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.
