# Instruction Sections

Instruction sections provide the step-by-step instructions for adding code or building the app, and (where possible) end with a “build & run” step and screenshot.

This is the most common type of section you’ll have in an article.

1. **Include every step**: for example if you create a new file say select file → new
2. **Build and run**: Always include a screenshot after a build and run step. This way the reader has a way to co-relate to what you're seeing while building the prototype.


---

# 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/article-structure/instruction-sections.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.
