# Physical Card

- [Create Card](https://docs.1app.online/cards-virtual-and-physical/physical-card/create-card.md): This endpoint allows you to submit a request for a physical card for your customer.  A request ID is returned to keep track of the card request
- [Card Request Status](https://docs.1app.online/cards-virtual-and-physical/physical-card/card-request-status.md): This help to check the status of the physical card request.
- [Card Activation](https://docs.1app.online/cards-virtual-and-physical/physical-card/card-activation.md): This endpoint allows you to activate a physical card
- [Cards Details](https://docs.1app.online/cards-virtual-and-physical/physical-card/cards-details.md): This endpoint is used to get details of a card without full card number
- [Freeze and Unfreeze Card](https://docs.1app.online/cards-virtual-and-physical/physical-card/freeze-and-unfreeze-card.md): This endpoint is used to disable or enable a physical or virtual card
- [Card Statement](https://docs.1app.online/cards-virtual-and-physical/physical-card/card-statement.md): This endpoint returns all the transactions for a specific card
- [Update Card PIN](https://docs.1app.online/cards-virtual-and-physical/physical-card/update-card-pin.md): This endpoint allows you to change PIN for a specific card.


---

# 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.1app.online/cards-virtual-and-physical/physical-card.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.
