# Create an Adapter

## Explore Available Inference Providers

You can find a list of available providers here [inference providers page](https://testnet-adcs-v3.rivalz.ai/provider) For each provider, you can find the following information:

* Provider Name
* Provider Description
* Provider API Endpoint
* Provider API Documentation
* Test execution result

Here's an example of the X Trend provider that offers crypto market trend analysis:

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

## Create an Adapter

To create you own adapter, you can follow the steps below:

* Connect your wallet to the ADCS platform
* Click on the "Your Adapter" button
* Fill in the required fields:
  * Select your Provider
  * Choose Network (Rivalz, Arbitrum, or Base)
  * Select Category (Price, Meme coin, or AI inference)
  * Choose Output Types (Bool, Bytes, Uint256, or StringAndBool)
  * Enter Adapter Name and Description
  * Specify your Prompt
  * Click on the "Create Adaptor" button

Here's the adapter creation interface:

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

After creating an adapter, you can go to [your adapter](https://testnet-adcs-v3.rivalz.ai/adaptor/me) page to see your 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.rivalz.ai/adcs-ai-oracles/create-an-adapter.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.
