# Raydius React SDK

The Raydius React SDK allows you to authenticate your users in your React app. This guide will walk you through the process of integrating Raydius, including configuration, usage, and example scenarios.

By following the guidelines in this documentation, you can set up and use Raydius SDK effectively to enhance your app's security and user experience. For more detailed examples and further information, refer to our[ starter repo](https://github.com/Impa-Ventures/raydius-sdk/tree/main/packages/react) or the official Raydius documentation.


---

# 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.raydius-research.com/core-concepts/raydius-sdk/social-login-sdk/raydius-react-sdk.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.
