# File

## **Ask File Card**&#x20;

Request a file from your customer using the Ask File card.

<figure><img src="https://789614814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCr7uCTpZRGEF8A48OOJ%2Fuploads%2FMZLhw2tzInG08lcE1WMg%2FScreenshot%202025-09-18%20154733.png?alt=media&#x26;token=aa2be2bb-7fe1-452b-ac9c-fa889981e54b" alt=""><figcaption></figcaption></figure>

## Question Text

This is the question you want to ask users. Keep it clear and concise so they understand what you're asking.

You can format the text using **Bold**, *Italic*, or ~~Strikethrough~~. Use asterisks (\*) for Bold, underscores (\_) for Italic, and tildes (\~) for Strikethrough.

For Example: Please attach your ID proof for verification purposes.

<figure><img src="https://789614814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCr7uCTpZRGEF8A48OOJ%2Fuploads%2FnA9ZK22JSuj76su90KZI%2FScreenshot%202024-06-24%20161411.png?alt=media&#x26;token=b4df8a15-7fc3-4067-baaf-8d7f04b0ba4d" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
PRO TIP: Use Variables in the **Question Text** and in the **Validation Error Message** to make it more personalized.
{% endhint %}

## Advanced Settings

For the validation settings, you can set the attempt limit to 1. The Validation Error Message is optional. Specify the Action on Invalid Response, and enable the Additional Validation Settings.

<figure><img src="https://789614814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCr7uCTpZRGEF8A48OOJ%2Fuploads%2FHh7l6tNgi5NaHyIBYUJI%2FScreenshot%202024-06-24%20161605.png?alt=media&#x26;token=8f2a7282-3c81-4949-a5e0-8d75d0ccb058" alt=""><figcaption></figcaption></figure>

## Save Response in the Variable

You have the option to store the user response in a variable. For example, you can create a variable called `user_documents` to store the user's response.

<figure><img src="https://789614814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCr7uCTpZRGEF8A48OOJ%2Fuploads%2FDhexSlEZAM4eQt2kW5N0%2FScreenshot%202024-06-24%20161717.png?alt=media&#x26;token=843cdda5-7d8e-492c-a3a4-898a38506aec" alt=""><figcaption></figcaption></figure>

<figure><img src="https://789614814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCr7uCTpZRGEF8A48OOJ%2Fuploads%2F1FSmIrTxTm53ccntqgDy%2FScreenshot%202024-06-24%20155332.png?alt=media&#x26;token=e4ccb971-1138-41e3-9284-127641517d3f" alt=""><figcaption></figcaption></figure>

Once you have set all the fields required and click on **SAVE.**


---

# 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.bizmagnets.ai/bot-flows/ask-questions/file.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.
