# Article Activity

Create an [article](https://everyday-digital.gitbook.io/authoring-docs/authoring/content-types/article) in [Authoring](https://everyday-digital.gitbook.io/authoring-docs/) to use it in a Pathway activity.&#x20;

## How to create an Article Activity

1. **Open a Pathway.**
2. **Select the + icon and then select Article.**&#x20;
3. **Select an Article.** Choose an existing Article from the dropdown.
4. **Activity name (optional).** Name the activity.
5. **Description / Notes.** Add text and/or links.
6. **Activity settings.**&#x20;
   1. **Required.** Choose whether the activity is required (activity must be fulfilled in order to proceed), or optional (can be skipped).
   2. **View Fulfilment.** If the activity is set to required, the must open the story in order to fulfil the activity.
7. **Save.**

{% hint style="info" %}
Create an [Article](https://everyday-digital.gitbook.io/authoring-docs/authoring/content-types/article) in [Authoring](https://everyday-digital.gitbook.io/authoring-docs/) first before adding the Article Activity into a Pathway.
{% 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://everyday-digital.gitbook.io/pathways-docs/pathway-editor/pathway-activities/article-activity.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.
