# Campaigns

For campaigns there are three different screens: **campaigns overview**, **campaign details** and **campaign creation**.

### Campaigns Overview

This is where you can view all your campaigns. From this screen you can create new campaigns, start and stop them. You can also organize your campaigns within folders.

### Campaigns Details

Campaign details screen displays all groups and all task details for a selected campaign. From this screen the user can view details for all groups and tasks, **retry** groups or tasks and **view submitted URLs.**

### Campaign Creation

From this screen the user creates a campaign. The campaign creation screen is separated into four main steps/sections:

* Diagram
* Common
* Groups
* Settings


---

# 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://docs.seoneo.io/documentation/campaigns.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.
