# Integration

The Blink's RPC endpoint mirrors the standard node endpoint you get from RPC providers like Alchemy or Quicknode so no additional changes would be required.

This means integrating with Blink is a one-line configuration for most of our customers.

Please reach out via <contact@blinklabs.xyz> to get set up with your own custom endpoint & dashboard.

***

See additional details on your specific integration below:

* [General](/blink/get-started/integration/general.md)
* [Wallets](/blink/get-started/integration/wallets.md)
* [Oracles](/blink/get-started/integration/oracles.md)
* [Individual Users](/blink/get-started/integration/individual-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.blinklabs.xyz/blink/get-started/integration.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.
