# Create your article outline

Now that you have a well-defined scope for your article, you are ready to write the actual outline. This means you need to think a bit about how your article will be structured.

For each section in your outline, you should note in brackets whether it is an instruction section, a theory section, or a reference section.

### List Section Types

Your outline should always include all three types of sections. If your outline only has instruction sections, you’re doing it wrong!


---

# 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://playbook.wednesday.is/communications/content/processes/articles/write-your-outline/create-your-article-outline.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.
