> For the complete documentation index, see [llms.txt](https://docs.dein.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dein.fi/onboarding-guides/personalized-insurance-demands/managing-a-demand-guide.md).

# Managing a Demand - Guide

By following these steps and accessing the Dashboard's "My Policies" section, you can effectively manage and make decisions regarding your demand on the DEIN platform.

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

## **Step 1: Forcefully Validate a Demand**&#x20;

If you believe that your Demand has already gathered sufficient Collateral or you don't anticipate it gathering more before it closes, you have the option to forcefully validate it. This action will trigger a recalculation of the premium based on the new Policy Size, and any remaining funds will be returned to you.&#x20;

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

## **Step 2: Receive the Remaining Premium**&#x20;

Whether you forcefully validated a Demand or it naturally closed, you can receive the unused portion of the premium you initially deposited.&#x20;

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

## **Step 3: Manage Your Valid Demand**&#x20;

Once your demand becomes Valid, it functions like any other Policy within the DEIN ecosystem. You can manage and make decisions regarding your valid demand from your Dashboard under the "My Policies" section.

<figure><img src="/files/IAIHMjpJegGzzNsLAjnY" alt=""><figcaption></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.dein.fi/onboarding-guides/personalized-insurance-demands/managing-a-demand-guide.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.
