# Getting Started

- [Installation](https://docs.socialstream.dev/getting-started/installation.md): This page will walk you through how to get Socialstream up and running in a new Laravel application using Laravel Jetstream with Livewire 3. This example will use GitHub as the social provider.
- [Configuration](https://docs.socialstream.dev/getting-started/configuration.md)
- [Customization](https://docs.socialstream.dev/getting-started/customization.md)
- [Socialite Redirect](https://docs.socialstream.dev/getting-started/customization/socialite-redirect.md)
- [Resolving Users](https://docs.socialstream.dev/getting-started/customization/resolving-users.md)
- [Handling Invalid State](https://docs.socialstream.dev/getting-started/customization/handling-invalid-state.md)
- [Handling OAuth Errors](https://docs.socialstream.dev/getting-started/customization/handling-oauth-errors.md)
- [Authenticating Users](https://docs.socialstream.dev/getting-started/customization/authenticating-users.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.socialstream.dev/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.
