# Apply for API-based Template

{% hint style="info" %}
This is only available to the admins of the <mark style="color:yellow;">verified</mark> community. For standard and format,  take a look at our [API Tech Doc](https://questn.gitbook.io/docs/api-technical-documentation)
{% endhint %}

## Step 1 - Click `Write your API` on [QuestN](https://community.questn.com/online?page=1\&status=300)&#x20;

<figure><img src="/files/ReeuJd8WwYSWatTATeCW" alt="" width="563"><figcaption></figcaption></figure>

OR find it at <mark style="color:green;">Entries Settings</mark> page, under the <mark style="color:green;">Customize</mark> category, click the `Apply for API-based template` button.

<figure><img src="/files/bEBEqdHt8FcqAvlvMyN3" alt="" width="563"><figcaption></figcaption></figure>

## Step 2 - Fill out the application form

<mark style="color:yellow;">Template title:</mark> Keep it short and clear

<mark style="color:yellow;">Task icon:</mark> Your Project's logo

<mark style="color:yellow;">Description:</mark> State clearly in this field what the task is, and what actions do users need to complete in order to verify the task

<mark style="color:yellow;">Target URL:</mark> The link on QuestN you wish to jump to&#x20;

<mark style="color:yellow;">API URL:</mark> From the projects’ side. Then it comes to the&#x20;

<mark style="color:yellow;">API Header (optional):</mark> Add keys on the API

<mark style="color:yellow;">Wallet address for testing:</mark> Enter the wallet address that conforms to the format, the system will start testing automatically

<figure><img src="/files/UTcD9xerxGiBoXutwnmp" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="danger" %}
Remember, all infos cannot be edited again after being submitted.
{% endhint %}

## Step 3 - Click `Apply` and all yours

{% hint style="info" %}
The customized quest templates would be only visible to the communities themselves that created them.
{% endhint %}


---

# 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://questn.gitbook.io/docs/apply-for-api-based-template.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.
