> For the complete documentation index, see [llms.txt](https://hipe-docs.dmoo.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hipe-docs.dmoo.dev/welcome-to-hipedev.md).

# Welcome to HipeDev

APIRESTful designed for SA-MP, OpenMP and MTA server developers of all levels, you don't need to know programming to integrate these tools

## Getting Started

To start using our services it is necessary to have a registered account with a current plan. It is advisable to use our Free plan since with it you will be able to experience all our tools without limit of use, only taking into account the storage limits and minute requests.

### Step 1. Create account

Go to [register](https://hipe.dmoo.dev/register) for create your first account, select your [plan](https://hipe.dmoo.dev) and click on "Register" and activate your email.

### Step 2. Get your API Token

Go to <mark style="color:green;">"Settings > API Key"</mark> tab and copy your token, with this key you will be able to make queries and interact with the sa-mp.api services.

{% hint style="warning" %}
Remember not to share your token with anyone; You can still regenerate a new token in case it is leaked.
{% endhint %}

### Step 3. Install a filterscript

To do this, go to "Filterscripts" in the sidebar menu, download the "ytconverter\_hipedev.amx" file and move the file your server directory:

* `filterscripts/ytconverter_hipedev.amx`

*Well, copy and paste the files in the folders corresponding*

{% hint style="info" %}
This filterscript require the plugin [pawn-request](https://github.com/Southclaws/pawn-requests) of Southclaws\
This filterscript requiere the include [sscanf](https://github.com/Y-Less/sscanf) of Y\_Less
{% endhint %}

### Step 4. Configure your credentials

Great, it's almost time for this to work, now to apply your credentials correctly, create a file on the directory "scriptfiles", name is <mark style="color:blue;">hipedev.conf</mark> file and follow the following format to set your api key:

```editorconfig
API_TOKEN=your_token_here
LANGUAGE=es
# another configurations...
```

*Save your changes*

### Step 5. Run server

Great, you're done, now all you have to do is start your server and wait for it to be included to establish a connection with our api service. For more information on how this inclusion works, you can review it here.

## Check how to use: [here](/filterscripts/ytconverter_hipedev.md#how-to-use)
