# Core Concepts

The following concepts are shared across all platforms and thus are centralized in this section for your ease of navigation and use.

* [Session State](/social-plus-sdk/core-concepts/session-state.md)
* [Users/Permissions](/social-plus-sdk/core-concepts/user.md)
* [Push Notifications](/social-plus-sdk/core-concepts/push-notifications.md)
* [Mentions](/social-plus-sdk/core-concepts/mentions.md)
* [Poll](/social-plus-sdk/core-concepts/poll.md)
* [Ads](/social-plus-sdk/core-concepts/ads.md)
* [Presence State](/social-plus-sdk/core-concepts/presence-state.md)
* [Live Objects/Collections](/social-plus-sdk/core-concepts/live-objects-collections.md)
* [Realtime Events](/social-plus-sdk/core-concepts/realtime-events.md)
* [Error Handling](/social-plus-sdk/core-concepts/error-handling.md)
* [Content Moderation](/social-plus-sdk/core-concepts/content-moderation.md)


---

# 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.social.plus/social-plus-sdk/core-concepts.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.
