# API and client libraries

#### UI Component Libraries <a href="#ui-component-libraries" id="ui-component-libraries"></a>

React provides a simple and elegant way to structure user interfaces. The Search.io React library enables you to seamlessly integrate Search.io into any website or web-based app through the use of easily composable components.

![](/files/cY1bQ3qtpyf56tpWZE9X) [React SDK](http://react.docs.search.io)

#### API Client Libraries <a href="#api-client-libraries" id="api-client-libraries"></a>

The API Client libraries provide greater control when integrating with Search.io. The simple API enables you to edit records and run queries against Collections. The API clients are built around an OpenAPI specification. If you don't find a client library in your language you can download the OpenAPI specification from our [API Reference](https://dev.search.io/docs/api/).

![](/files/4eSHVxmJ2OzRHer2LlMt) [JavaScript](http://github.com/sajari/sdk-js)

![](/files/L8otoAnUrptDVfj5PAAX) [NodeJS](https://github.com/sajari/sdk-node)

![](/files/H2fncGPideJSXTsSkLjD) [PHP](https://github.com/sajari/sdk-php)

![](/files/XW7PDTjgvsXL1qDVBVib) [Python](https://github.com/sajari/sdk-python)

![](/files/4jbMLcEaCrbmfQhaGxQw) [Ruby](https://github.com/sajari/sdk-ruby)

![](/files/X2yWTTXEaT3TH0VdzTB6) [.Net](https://github.com/sajari/sdk-dotnet)


---

# 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.search.io/developer-documentation/fundamentals/api-and-client-libraries.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.
