> For the complete documentation index, see [llms.txt](https://help.meetmadison.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meetmadison.ai/social/daily-campaigns.md).

# Daily campaigns

The easiest way to stay active on social is to let Madison do it for you. With **daily campaigns** on, Madison automatically creates a fresh post each day for each connected account, so your calendar stays full without you writing a thing.

Daily campaigns are **on by default for all your locations**, so Madison starts keeping your calendar full as soon as you connect an account. You can turn them off for any account whenever you like.

## How it works

For every account where daily campaigns are on, Madison generates a new post each day, tailored to that platform, and adds it to your [calendar](/social/social-posts.md). From there it's just like any other post:

* Review and approve it, or let it publish automatically if you've set up [auto-approve](/settings/locations.md) for the location.
* Edit the wording or image first if you'd like.

Daily campaigns and [post health](/social/post-health.md) work hand in hand: turn daily campaigns on and your quiet days fill themselves.

## Google is different

Google doesn't suit a fresh post every single day the way social channels do. So rather than posting daily, Madison looks at each day's content and decides whether it's a good fit to share on your Google Business Profile as an update. If it isn't, Madison simply doesn't suggest a Google post that day.

{% hint style="info" %}
This means if **Google is your only connected account**, you'll often see no post suggestion on a given day. That's expected, Madison only suggests a Google update when the content suits it.
{% endhint %}

## Steer what Madison suggests

You can give feedback on the topics and posts Madison comes up with. Tell it what you like or what to change, and it takes that into account when planning your future content, so your campaigns get more on-point over time.

## Turn it on or off

Daily campaigns are set **per connected account**, so you can have them on for some and off for others.

{% stepper %}
{% step %}

#### Open the location

Go to **Settings → Locations** and find the location you want.
{% endstep %}

{% step %}

#### Open Daily campaigns

Select the location's **Daily campaigns** control.
{% endstep %}

{% step %}

#### Choose which accounts

Switch each account **Enabled** or **Disabled**, then update. You can change this any time.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
Prefer to post about something specific, like an event or an offer? Create a campaign on demand. See [Social posts](/social/social-posts.md).
{% 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://help.meetmadison.ai/social/daily-campaigns.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.
