# Overview

## Introduction

If you use Laravel, then you can use [our Laravel package](https://github.com/r4nkt/laravel-r4nkt-sdk) to help get you up and running quickly. Here are some of the things it will do for you:

* It will help you easily manage r4nkt resources, e.g., creating achievements, listing actions, getting leaderboards.
* It allows you easily report player activity.

Coming soon:

* It allows you to easily report player activity.
* It helps get webhook handling functionality in place.
* It allows you to easily define jobs or events that should be dispatched when specific webhook events hit your app.

{% hint style="info" %}
This package will *not* handle what should be done *after* the webhook request has been validated and the right job or event is called.
{% 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.r4nkt.com/laravel-package/overview.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.
