# How to Adjust a CDP

* Go to the **Positions** page
* Look through your positions on the "Mine" view, and find a position you want to adjust
* Expand the row/card to view more details
* Click the "Adjust" button, which will open up a dialog for you to manage your position

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

* Modify the collateral/debt as desired (see [How to Create a CDP ](/how-to-use-butane/guides/how-to-create-a-cdp.md))
* Click "Save Changes"

{% hint style="info" %}
"Adjusting" a CDP is equivalent to closing one position and opening another. Hence, any outstanding interest on the original position must be repaid upon adjusting it.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.butane.dev/how-to-use-butane/guides/how-to-adjust-a-cdp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
