# Choose your topic

Before you start writing you need to decide what you're going to write about. You will either be assigned a topic or you can pick from our pool on Notion.

You can even submit your own ideas. To submit please write a brief following the template below:

**Type of article:** Core concept, How-to, or Other

*Core-concept: A single focused topic. For e.g. view rendering, JSON API structure. It's one topic that you describe in detail.*

*How-to: Teach how to build a module or application. Focus on the steps taken, don't forget the small things*

**Motivation**: Write 3-5 paragraphs describing the motivation for the topic. Include why Wednesday should write it and add details on the differentiator your article will have when compared to others on the subject.

**Key points**: List of points that you will cover in the article.

**Sample app idea:** If you're trying to explain a concept and want to do it by creating a hypothetical application please submit the details of the application and what it will do.


---

# 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/choose-your-topic.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.
