> For the complete documentation index, see [llms.txt](https://docs.solarvis.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solarvis.co/solarvis-modules/ai-sales-assistant/regulations.md).

# Regulations

## Purpose of This Page <a href="#purpose-of-this-page" id="purpose-of-this-page"></a>

This page controls the regulations available during AI Sales Assistant feasibility calculations.

Based on the project's location and facility type, the system automatically selects the appropriate regulation from the activated options.

You can either share the regulation configuration used by the solarVis Lead Generator or maintain a separate regulation list exclusively for the AI Sales Assistant.

## What You Can Do Here <a href="#what-you-can-do-here" id="what-you-can-do-here"></a>

Using this page, you can do the points below:

* Reuse the active regulations from the Solar Lead Generation or configure regulations independently for the AI Sales Assistant.
* Search, activate, or deactivate available regulations.
* Review supported countries and facility types for each regulation.
* View all regulations currently available for AI feasibility calculations.

## How It Works <a href="#how-it-works" id="how-it-works"></a>

The AI Sales Assistant automatically selects the correct regulation during feasibility analysis.

The process works as follows:

* Choose whether to reuse the regulations from Solar Lead Generation or manage an independent regulation list.
* If using an independent configuration, activate the regulations you want the AI Sales Assistant to use.
* During feasibility analysis, the AI identifies the project's location and facility type.
* The system searches the activated regulations for the best-matching tariff.
* The matching regulation is automatically applied to the feasibility calculation.

### Use Lead Generator Regulations <a href="#use-lead-generator-regulations" id="use-lead-generator-regulations"></a>

The option determines whether the AI Sales Assistant should reuse the regulations already configured for Solar Lead Generation.

When enabled:

* The AI Sales Assistant automatically uses the active Solar Lead Generation regulations.
* The regulation list becomes read-only.

When disabled:

* The AI Sales Assistant maintains its own regulation configuration.
* Regulations can be activated or deactivated independently.

This option is useful when both modules should always use the same tariff configuration.

{% hint style="info" %}
This option is only valid for customers who have purchased both Solar Lead Generation and AI Sales Assistant.
{% endhint %}

### Regulations <a href="#regulations" id="regulations"></a>

This section displays all available regulations for AI feasibility calculations.

Each regulation displays:

* Regulation name
* Supported countries
* Applicable facility types
* Custom indicator (when applicable)
* Activation toggle
* Link button to open the regulation details

Only activated regulations are considered during feasibility analysis. The toggle can be used to activate or deactivate a regulation.

{% hint style="info" %}
**Note:** Tariffs are created and managed from [**Tariff Settings**](/configuration/settings-page/project-settings/tariff-settings.md). Any regulation configured there becomes available for activation on this page.
{% endhint %}

### Activated Regulations for AI Sales Assistant <a href="#activated-regulations-for-ai-sales-assistant" id="activated-regulations-for-ai-sales-assistant"></a>

This section lists every regulation currently available to the AI Sales Assistant.

For each activated regulation, you can:

* Open the tariff details.
* Remove it from the active list using **Deactivate**.

Only the regulations shown in this section can be selected automatically during feasibility calculations.

***

## Related Pages <a href="#related-pages" id="related-pages"></a>

* [AI Sales Assistant](/solarvis-modules/ai-sales-assistant.md)
* [General Settings](/solarvis-modules/ai-sales-assistant/general-settings.md)
* [Cost Configuration](/solarvis-modules/ai-sales-assistant/cost-configuration.md)
* [Cost Configuration Test](/solarvis-modules/ai-sales-assistant/cost-configuration-test.md)
* [Training](/solarvis-modules/ai-sales-assistant/training.md)
* [Greeting](/solarvis-modules/ai-sales-assistant/greeting.md)
* [Theme](/solarvis-modules/ai-sales-assistant/theme.md)
* [AI Sales Assistant End-User Journey](/solarvis-modules/ai-sales-assistant/ai-sales-assistant-end-user-journey.md)
* [Tariff Settings Page](/configuration/settings-page/project-settings/tariff-settings.md)

If you have any questions about the Regulation page, feel free to [**get in touch with us!**](https://www.solarvis.co/en/company/contact)


---

# 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.solarvis.co/solarvis-modules/ai-sales-assistant/regulations.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.
