# Getting Started

- [Installation and Authentication](https://docs.social.plus/getting-started/installation-and-authentication.md): This section outlines how you can set up your SP project and contains all the tutorial links you'll need to get going.
- [Install iOS SDK](https://docs.social.plus/getting-started/installation-and-authentication/install-ios-sdk.md): The social.plus SDK for iOS is delivered as a binary .xcframework file
- [Install Android SDK](https://docs.social.plus/getting-started/installation-and-authentication/install-android-sdk.md): The social.plus SDK for Android is delivered via Jitpack repository.
- [Install JavaScript SDK (Deprecated)](https://docs.social.plus/getting-started/installation-and-authentication/install-js-sdk.md): The social.plus SDK for JavaScript is delivered as an npm module.
- [Install TypeScript SDK](https://docs.social.plus/getting-started/installation-and-authentication/install-ts-reactnative-sdk.md): The social.plus SDK for TypeScript is delivered as an npm module.
- [Install Flutter SDK](https://docs.social.plus/getting-started/installation-and-authentication/install-flutter-sdk.md): The social.plus SDK for Flutter is available on PubDev
- [Install SDK for Ionic](https://docs.social.plus/getting-started/installation-and-authentication/install-sdk-ionic.md): Use our social.plus SDK with the Ionic Framework


---

# 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/getting-started.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.
