# Survey Activity

**Create a** [**survey**](https://everyday-digital.gitbook.io/authoring-docs/authoring/content-types/survey) **in** [**Authoring**](https://everyday-digital.gitbook.io/authoring-docs/) **to use it in a Pathway activity.**

## How to create a Survey Activity

1. **Open a Pathway.**
2. **Select the + icon and then select Survey.**&#x20;
3. **Select an Survey.** Choose an existing Survey from the dropdown.
4. **Survey options.** Include the entire Survey or selected chapters. Use the toggle icon to select/deselect chapters.
5. **Activity name (optional).** Name the activity.
6. **Description / Notes.** Add text and/or links.
7. **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. **Complete Fulfillment.** Select this option if the activity is fulfilled only when the user has completed the survey.
   3. **View Fulfillment.** Select this option if the activity is fulfilled when user has opened the survey (it does not have to be completed).
8. **Save.**

{% hint style="info" %}
Create a [survey](https://everyday-digital.gitbook.io/authoring-docs/authoring/content-types/survey) 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/survey-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.
