# Installation & dependencies

{% hint style="success" %}
**Beginner friendly**

You don't need to be an experienced developer to use this resource, however basic knowledge of lua and sceipts configuration is very useful.
{% endhint %}

{% hint style="info" %}
**Framework & dependencies info**

This script is standalone and doesn't require any other resources to work.
{% endhint %}

## Installing the resource

{% stepper %}
{% step %}

### Add the resource to your server

Upload the file into your resources folder

Add the script by adding following to the server.cfg: *`ensure pc_notifications`*
{% endstep %}

{% step %}

### Integrate into existing resources

Use exports and events in other resources to utilize pc\_skills functions. More info in [usage tab](/scripts/pc_notifications/usage.md)
{% endstep %}

{% step %}

### Restart your server

Restart the server for the change to take effect. Monitor the console and check for any errors
{% endstep %}
{% endstepper %}


---

# 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.poisoncode.com/scripts/pc_notifications/installation-and-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.
