# Welcome to HipeDev

## 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)


---

# 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://hipe-docs.dmoo.dev/welcome-to-hipedev.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.
