# Swagger UI for API Deployments

Astera lets the user view their API deployments in a Swagger UI from the deployment section of the Server Browser.

For our use case, we already have deployments created, as evident in the Server Browser panel:

<figure><img src="/files/0XLPRaH17Mw6IDaZDD5p" alt=""><figcaption></figcaption></figure>

1. To view the swagger options, right-click on the deployment node and hover over *Swagger Options*.

<figure><img src="/files/4qVmzljSQlG1GMXWLr36" alt=""><figcaption></figcaption></figure>

2. Selecting *View Swagger UI* is going to present us with a new window where we can see Swagger for our deployed APIs.

The user can authorize, test, copy the response layout, and do a lot more within this UI.

{% hint style="info" %}
**Note:** For deployments made on the local server, users would need to install the machine name certificate of the client to the server directory separately, to be able to test APIs from the Swagger UI.
{% endhint %}

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

You can expand each endpoint to view its details and you can also provide authorization for when consuming these endpoints.

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

This concludes working with the Swagger UI feature in Astera.


---

# 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://documentation.astera.com/astera-data-stack-v10/api-flow/api-publishing/manage/server-browser-functionalities-for-api-publishing/swagger-ui-for-api-deployments.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.
