> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/overview-1/use-cases/tenant-environment/tenant-config-settings.md).

# Tenant Config settings

## Configuring Tenant Config settings

You can configure settings to apply to all new Tenants under a Plan using the Config tab. Tenant Config settings will not apply to Tenants created under the Plan before the settings were configured.

1. From the DuploCloud portal, navigate to **Administrator** -> **Plan**.
2. Click on the Plan you want to configure settings under in the **NAME** column.
3. Select the **Config** tab.
4. Click **Add**. The **Add Config** pane displays.
5. From the **Config Type** field, select **TenantConfig**.
6. In the **Name** field, enter the **setting** that you would like to apply to new Tenants under this Plan. (In the example, the **enable\_alerting** setting is entered.)
7. In the **Value** field, enter **True**.<br>

   <figure><img src="/files/76cmuLHOnmgflJS4HTWo" alt=""><figcaption><p>The <strong>Add Config</strong> pane for the <strong>Infra-126-4</strong> Plan</p></figcaption></figure>
8. Click **Submit**. The setting entered in the Name field (**enable alerting** in the example) will apply to all new Tenants added under the Plan.

## Viewing Tenant Config settings

You can check that the Tenant Config settings are enabled for new Tenants on the Tenants details page, under the Settings tab.

1. From the DuploCloud portal, navigate to **Administrator** -> **Tenants**.
2. From the **NAME** column, select a **Tenant** that was added after the Tenant Config setting was enabled.
3. Click on the **Settings** tab.
4. Check that the configured setting is listed in the **NAME** column. (**Enable Alerting** in the example.)

<figure><img src="/files/yDz1p5KbIizAK10xY4ce" alt=""><figcaption><p>The <strong>Settings</strong> tab on the <strong>Tenants</strong> details page showing the <strong>Enable Alerting</strong> setting</p></figcaption></figure>


---

# 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.duplocloud.com/docs/automation-platform/overview-1/use-cases/tenant-environment/tenant-config-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.
