# How to use

The GoPlugin-APIDiscovery platform is specifically designed by our partner TeejLab for the Plugin Community. On this portal, you’ll find important instructions for accessing the platform. After creating/accessing your account on the platform, we encourage you to continue visiting this page in the future for other useful information and announcements related to the platform.

1. &#x20;Click on the link received in the email Invite and it redirects to  <https://goplugin.apidiscovery.teejlab.com/> portal, navigate to API Categories -> A- Goplugin Recommended APIs to see the list of APIs available for use.&#x20;

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

&#x20;2\.  List of available APIs will be displayed.

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

&#x20;3\. Click on one of the API (for example Cryptocompare) to get the API endpoint.&#x20;

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

&#x20;4\. Click on the API to get the actual API endpoint URL as below.

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

&#x20;5\. Select the “Request Body” tab and click on the Example Request and it will populate the data in the Request Body text box.

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

&#x20;6\. Execute the API with input {"fsyms": "BTC", "tsyms": "ETH"} in request body and check for the response in My Results -> API requests.

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

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

<figure><img src="/files/84IbecEpu1PTp8xuBDY8" alt=""><figcaption></figcaption></figure>

&#x20;7\. API key can be fetched from the profile page and this API-KEY can be used for all the APIs listed on the Plugin-TeejLab portal. For the first time Generate a new key and keep it safe for using it in your applications.

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

8\. You could follow similar steps in the document <https://docs.goplugin.co/use-cases/crypto-compare-pricing-index> to create an external adapter and the jobs.

NOTE: API Endpoint URL and API key obtained from the TeejLab portal can be used in the adapter.


---

# 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.goplugin.co/deprecated/how-to-use.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.
