# Integrate React Component

## Get started quickly

Simply copy and paste the code below:

```jsx
import {
  Etherspot,
} from "@etherspot/react-transaction-buidler";

/**
 * This is all that is needed to get started.
 * To customise this, see the possible props
 * you can pass in. the docs.
 */
function RenderEtherspot(props) {
  return <Etherspot />;
}
```

This will render the Etherspot BUIDLER React Component with default options.

### Next Steps

Once you have integrated the `<Etherspot />` component, you can find out how to:

* Use [Shared Sessions](/buidler-react-component/shared-sessions.md)
* Use [Cross-chain KLIMA DAO Staking](/buidler-react-component/build-your-own-block/cross-chain-klima-dao-staking.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://v1.etherspot.io/buidler-react-component/integrate-react-component.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.
