# Exclusive cards

{% hint style="info" %}
These endpoints are in beta testing. Some features may not work as documented or may behave unexpectedly.&#x20;
{% endhint %}

These endpoints allow you to customize the Acquire UI by replacing custom cards. These cards are visible in the Dashboard as part of the app view in the right panel.&#x20;

Use exclusive cards when you want to display data inside Acquire, but JSON objects and UIs aren't relevant to your use case. You may customize the JSON object to your needs, or you may present the data using an iframe.

{% hint style="success" %}
How to use the card, [click here](https://github.com/acquireio/custom-cards/).
{% endhint %}

### Permissions

To request a Custom Card endpoint, you will need a valid API Key with Custom Card access permissions.


---

# 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://developer.acquire.io/rest-apis/cards/general-cards-right-side.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.
