> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_guidebook/v1/api.md).

# API

**Integrate Guidebook with your system**

## Open help

#### Server-side

```lua
TriggerEvent('rcore_guidebook:open', playerId)
```

#### Client-side

```lua
TriggerServerEvent('rcore_guidebook:open')
```

## Open specific page

**WARNING! Only server-side event!**

You can open specific page with key

```lua
TriggerEvent('rcore_guidebook:openSpecificPage', playerId, pageKey)
```
