> For the complete documentation index, see [llms.txt](https://giantgrey.gitbook.io/pulse-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://giantgrey.gitbook.io/pulse-documentation/readme.md).

# Pulse - Documentation

<figure><img src="/files/Rkzbjl3hMJYljuKaNOHR" alt=""><figcaption></figcaption></figure>

Thank you for purchasing Pulse - Eventsystem. \
This documentation will guide you through the setup and how to use Pulse in your project.

Pulse is a GC free eventsystem which comes with a powerful event debugging window. Track every event at runtime and inspect every aspect from it. See who sent it and who received it. Inspect payload and directly navigate to the methods in your code editor.

{% hint style="info" icon="star" %}
If you like Pulse - Eventsystem please consider leaving a review at the AssetStore. This will support us and helps us keep improving the asset. If you have any support requests, please contact us via the official channels.&#x20;
{% endhint %}

### Samples

You can find the samples package inside of the Pulse folder in your project.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><strong>Quickstart</strong></td><td>Start using Pulse</td><td><a href="https://images.unsplash.com/photo-1607706189992-eae578626c86?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwzfHxjb2RlfGVufDB8fHx8MTc3MjEyNTE1MXww&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1607706189992-eae578626c86?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwzfHxjb2RlfGVufDB8fHx8MTc3MjEyNTE1MXww&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td><td></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h4><i class="fa-window">:window:</i></h4></td><td><strong>PulseScope</strong></td><td>Event debugger</td><td><a href="https://images.unsplash.com/photo-1603516875773-9a4c1861d5ed?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHxlZGl0b3J8ZW58MHx8fHwxNzcyMTI1MTMxfDA&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1603516875773-9a4c1861d5ed?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHxlZGl0b3J8ZW58MHx8fHwxNzcyMTI1MTMxfDA&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td><td></td><td><a href="/pages/VtyCikZ2sfNZ8lRrC6na">/pages/VtyCikZ2sfNZ8lRrC6na</a></td></tr><tr><td><h4><i class="fa-code">:code:</i></h4></td><td><strong>API</strong></td><td>API Documentation</td><td><a href="https://images.unsplash.com/photo-1594904351111-a072f80b1a71?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwzfHxBUEl8ZW58MHx8fHwxNzcyMDY4NjE2fDA&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1594904351111-a072f80b1a71?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwzfHxBUEl8ZW58MHx8fHwxNzcyMDY4NjE2fDA&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td><td></td><td><a href="/pages/P3ZBUqTuQE6QSZN5iz5k">/pages/P3ZBUqTuQE6QSZN5iz5k</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://giantgrey.gitbook.io/pulse-documentation/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
