# Card statuses

<mark style="color:orange;background-color:orange;">**Pending**</mark>\
The card is still waiting for confirmation of the new status. **Actions with the card are not available.**

<mark style="color:green;background-color:green;">**Active**</mark>\
**The card is active and ready for use.** You can perform any operations: authorizations, debits, deposits.

<mark style="color:blue;background-color:blue;">**Stopped**</mark>\
The card is temporarily frozen. **All new authorizations will be rejected**, but previously completed and held authorizations may be debited.

<mark style="color:red;background-color:red;">**Closed**</mark>\
**The card is closed and can no longer be used. All new authorizations will be rejected,** but previously completed and held authorizations may be debited.


---

# 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.fbm-pay.com/eng/cards/card-statuses.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.
