# Custom Dependencies

## Creating a Custom Dependencies

In order to create a **Custom Dependencies** follow the next steps :&#x20;

* Click on the **Add** button and select **Dependencies** in the opened list
* Choose the **Type** of dependency&#x20;
* Set the **Package Name** of the dependency
* Set **Package Version** of the dependency
* Save by clicking on the top right button **Save**&#x20;

<figure><img src="/files/Y0ACW57Re7gCHPzg8pR1" alt=""><figcaption><p>Example of a custom dependency</p></figcaption></figure>

{% hint style="info" %}
You can see the use of this custom dependency on the page

[Custom Actions](/main-pages/custom-code/custom-actions.md)&#x20;
{% 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://docs.goril.app/main-pages/custom-code/custom-dependencies.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.
