# FAQ

#### 1. For what purpose can I use API?&#x20;

You can use API to integrate Deep-Image into your website, app or workflow. You can find the relevant docs here.

#### 2. How many images can I process simultaneously with the use of API?&#x20;

You can process simultaneously as many images as you have available in your account’s plan. If you upload several images, they will be processed one by one.

#### 3.  How do credits work?&#x20;

When you buy a subscription you receive a monthly budget of credits. 1 image transformtion requires 1 credit.

#### 4. How to cancel my subscription?&#x20;

After logging in to my profile, you can manage (and cancel) your subscription.

#### 5. How subscription credits accumulation works?&#x20;

Unused credits will roll over up to 3 months. Keep your subscription active to use them.

#### 6. What happens to the credits if I don't use them all in a given month?&#x20;

You can use all the credits in a given month or move them to the next month as long as you remain a subscriber - so you can still use them. Max accumulation - 3 months.

#### 7. What happens to the credits if I remove the subscription?&#x20;

If you cancel your membership you will lose your remaining credits.

#### 8. How refferal code work?&#x20;

If someone makes a purchase from your referral code, both of you will get 50% more credits from new purchase.

#### 9. How many times can I use a refferal code?&#x20;

A new user, who comes from a referral can use the referral code only once, but you can give your referral code an infinite number of times.

#### 10. Where can I find a refferal code?&#x20;

You can generate your unique code in your profile.


---

# 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://documentation.deep-image.ai/faq.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.
