# Services

## CalendarService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Calendar service instance</td><td>CalendarService:get()</td></tr><tr><td>GetTimeScale()</td><td>Get the world's current time scale</td><td>CalendarService:get():GetTimeScale()</td></tr></tbody></table>

***

## CharacterService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Character service instance</td><td>CharacterService:get()</td></tr></tbody></table>

***

## PartyService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Party service instance</td><td>PartyService:get()</td></tr><tr><td>IsPlayerInParty(ConnectionId)</td><td>True if the player is in a party, false if no player was found or the player is not in a party</td><td>PartyService:get():IsPlayerInParty(player:GetConnectionId())</td></tr></tbody></table>

***

## PlayerService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Player service instance</td><td>PlayerService:get()</td></tr></tbody></table>

***

## QuestService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Quest service instance</td><td>QuestService:get()</td></tr></tbody></table>

***

## ScriptService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Script service instance</td><td>ScriptService:get()</td></tr></tbody></table>


---

# 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://wiki.tiltedphoques.com/tilted-online/guides/scripting/services.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.
