# Customization

Most applications will find the default installation for Socialstream sufficient for adding the benefit of Socialite OAuth integration into their next Laravel project. However, if you wish to customize certain elements, Socialstream makes this super easy for you by publishing a number of "actions" that you can change to suit your needs.

This section will detail all the ways you can customize Socialstream to get the most out of the package:

* [Socialite Redirect](/getting-started/customization/socialite-redirect.md)
* [Resolving Users](/getting-started/customization/resolving-users.md)
* [Handling the `InvalidStateException`](/getting-started/customization/handling-invalid-state.md)
* [Handling OAuth Callback Errors](/getting-started/customization/handling-oauth-errors.md)
* [Authenticating Users](/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/customization.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.
