# Application Types

- [Elsa Server](https://docs.elsaworkflows.io/application-types/elsa-server.md): In this topic, we'll create an ASP.NET Core application that acts as a workflow server.
- [Elsa Studio](https://docs.elsaworkflows.io/application-types/elsa-studio.md): In this topic, we will create a separate ASP.NET Blazor Webassembly app and turn it into an Elsa Studio that connects to an Elsa Server.
- [Elsa Server + Studio (WASM)](https://docs.elsaworkflows.io/application-types/elsa-server-+-studio-wasm.md): In this topic, we will create an ASP.NET Core application that acts as both an Elsa Server and an Elsa Studio.


---

# 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.elsaworkflows.io/application-types.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.
