# Open API Request

The Open API Request action steps allows you to send queries to Open API data sources.

## Endpoints

The available endpoints will be defined by the OpenAPI specification. You can select the endpoint you need from the *Operation* dropdown. The documentation will be retrieved from the specification and displayed in the Action editor.

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

## Parameters

UI Bakery will analyze the specification for every endpoint and exhibit inputs corresponding to the request parameters specified.

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

You can send different types of body - the system will provide expected data types for each field. You can also pass values dynamically.

<figure><img src="/files/xld3b3GYO3uW2fwMZV0F" 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.uibakery.io/reference/working-with-actions/open-api-request.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.
