# Plugin Store

A published plugin in the plugin store is a set of predefined custom API templates with a list of shared values such as credentials. The Plugin Store <img src="/files/quQwXENBf8KUs4QnFecF" alt="" data-size="line">is the place for all published plugins. To find the plugin store, enter the app that you want to use plugins, and find <img src="/files/pk6uQKrHzYYoYL2Zh1ko" alt="" data-size="line">at the left tool bar.

<figure><img src="/files/MsSqoQPK5vLBOiukpI5R" alt=""><figcaption><p>Four plugins listed in plugin store</p></figcaption></figure>

### Install Plugin

1. Navigate to the Plugin Store within your application.
2. Select and **Install** the desired plugin.

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

### Add to API Services

You are able to choose between adding every supported API endpoint or only the selected ones.

1. Select the API endpoints you want to add.
2. Click the **Add to API Services** button.

### Use Plugin API in [interactions](/app-builder/app-construction/interactions.md)

After add the plugin to API Services, it can be found it in Interactions - Action - API Service - Your Plugin API.&#x20;

<figure><img src="/files/0nmEtykUTSdR02eC9jla" alt="" width="563"><figcaption><p>Add a "Send a email" Plugin API to a button</p></figcaption></figure>

#### Example

See a comprehensive tutorial on&#x20;

{% content-ref url="/pages/94KbJUyt1nokuzTTpgSg" %}
[Send an Email via Mailjet Plugin](/app-builder/popular-use-cases/send-an-email-via-mailjet-plugin.md)
{% endcontent-ref %}


---

# 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.acho.io/app-builder/app-construction/plugin-store.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.
