> For the complete documentation index, see [llms.txt](https://debitllama.gitbook.io/debitllama/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://debitllama.gitbook.io/debitllama/accepting-payments/managing-your-items.md).

# Managing your items

Navigate to the items page

<figure><img src="/files/lEAsg3CMkFDQfP1Av0qm" alt=""><figcaption><p>You can find the link on the dashboard</p></figcaption></figure>

On the Items page you can see all the debit items you created, in a  searchable and sortable table.

### Click on one of the rows to access the item page

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

Here you can find the DebitItem page. On this page you can **navigate to the checkout by clicking on the buy it now button** !

You find information on how to embedd the buy button on any website, you can update the redirect url and will see the payment intents created for the item on the bottom.

{% hint style="info" %}
The parameters of the items are permanent but you can choose to deactivate it any time.&#x20;

if you deactivated an item, the checkout page will be turned off, but you can choose to reactive it any time.

The subscriptions created for this item will continue to process even if it's deactivated however new subscriptions can't be created anymore.
{% endhint %}

Click on the **Buy it Now button** and you will be redirected to the checkout page!


---

# 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://debitllama.gitbook.io/debitllama/accepting-payments/managing-your-items.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.
