# Campaign stores

> In your campaign Settings, you can find all the stores linked to your campaign. You can also update how the campaign is evaluated with stores, link more stores to it, or add budgets for individual stores.

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

## List stores

To list all the stores linked to the campaign, on the left-side menu of the campaign,
click <Settings className="icon"/> **Settings** > **Stores**.

It displays all the stores linked to the campaign in alphabetical order. You can search
for stores by their **Store name** or **Store integration ID**.

:::important
Use the [Get store](/management-api#tag/Stores/operation/getStore) endpoint to obtain the
details of a specific store.

If you don't have any stores in your Application, create one using the
[Create store](/management-api#tag/Stores/operation/createStore) endpoint.
:::

## Edit the stores linked to a campaign

To edit the list of stores linked to a campaign:

1. On the left-side menu of your campaign,
   click <Settings className="icon"/> **Settings** > **Stores**.
1. In the top-right corner of the page, click **Edit Stores**.
1. Select either:
   - **All stores**: Your campaign is evaluated for all the stores that are present in
   the Application.
   - **Specific stores**: Your campaign is evaluated only for stores you select. Each store
   is linked to the campaign.
1. For **Specific stores**, you can link stores to your campaign in either of two ways:
   - From the **Store name** dropdown, select the stores you want to link to
   your campaign. You can link up to 50 stores.
   - Alternatively, to link more than 50 stores, you can upload a CSV file containing a
   list of stores.
1. To disconnect a store from a campaign, deselect the store in
   the dropdown.
1. Click **Save**.

## Related pages

- [Evaluate stores-based campaigns](/docs/product/applications/evaluation-order-for-rules-and-filters.md#evaluate-stores-based-campaigns)
- [Display stores in an Application](/docs/product/applications/display-stores.md)
- [Manage campaign budgets](/docs/product/campaigns/settings/manage-campaign-budgets.md)
