# Async

The Async action allows for the asynchronous running of [*Scripts*](https://github.com/stadium-software/docs/blob/main/features/scripts-and-\[Event]\(../features/events.md\)-handlers.md), [*Connector*](/connectors.md)s and web services in your application.

**Do this:**

1. Drag the Async action onto an Event handler or a script.
2. If you don't want your application's processing to wait for the Async's actions to complete before continuing, check the *Fire And Forget* property.
3. Drag the required s*cripts*, c*onnector*s or CallWebService actions onto the WaitFor section of the Async.
4. If you left the Fire And Forget property unchecked, return values from your Async's actions will be available for use after their completion.

***

### Properties

1. **Fire And Forget**

   When this field is checked your application will not wait for the actions included in the Async WaitFor section to complete before continuing.\
   When this field is left unchecked your application will wait for the actions included in the Async WaitFor section to complete before continuing. When unchecked, return values from the Async actions will be available for use in your application.\\

<figure><img src="/files/ZX6gMcJfhQOCscYsXkQi" alt=""><figcaption></figcaption></figure>

***


---

# 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.stadium.software/actions/async.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.
