> For the complete documentation index, see [llms.txt](https://docs.seoneo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seoneo.io/documentation/campaigns/campaign-creation-screen/4-settings.md).

# 4 - Settings

Settings is the last step on campaign creation. In this step you set campaign settings (settings that effect only current campaign).

<figure><img src="/files/ZQNNkveiHusgUfnH5zq6" alt=""><figcaption></figcaption></figure>

There are four main sections on settings:

### **(1) Captcha Services**

You set which captcha service you want to use for your campaign. You can select **Primary** and **Secondary Captcha** service. The Secondary Captcha service is optional and will be used whenever the first (primary) captcha service fails to solve.

### **(2) Threads**

This settings is similar to SEO Neo global [**Settings**](/documentation/settings.md). You can set the number of concurrent browsers you want the campaign to use at the same time and also set how many HTTP connection threads you want for your campaign.&#x20;

{% hint style="info" %}
Keep in mind that **HTTP connections** is **more lightweight** on resources that browsers. On some websites SEO Neo uses HTTP and on other (for example Web 2.0 Blogs) it uses browsers.
{% endhint %}

### **(3) Posts Drip Feed**

This settings sets how you want SEO Neo to create campaign posts. You can select on of three options.

**Instant Post**

SEO Neo will run all tasks and start posting when you run the campaign. This is the default and its used when you want to get tasks to start and finish as soon as possible.

**Posts Per Day**

Using this option, you can set how many posts you want per day and SEO Neo will automatically calculate and "break-down" posts within the days.&#x20;

**Days to Run**

Another option to drip feed your posts is to give SEO Neo "how many days to run" your campaign. It will then separate posts based on days given.

{% hint style="info" %}
**Drip feed** makes your campaign posts to be evaluated as more "natural" and "organic" for search engines. This setting is an important factor when you create your SEO strategy for your campaign.
{% endhint %}

### **(4) Campaign Schedule**

You can check "**Schedule Campaign Start**" checkbox option and set a specific date and time for your campaign to run.&#x20;

{% hint style="info" %}
If you want to you schedule for your campaign, don't close SEO Neo, as it will not be able to auto start your scheduled campaigns.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.seoneo.io/documentation/campaigns/campaign-creation-screen/4-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
