# Xyxyx Web Components

`xyxyx-web-components` is an npm package designed to integrate Xyxyx API's text-based tokenization functionalities within React applications.

**Components**

* [Xyxyx Tokenizer](/utilities/xyxyx-web-components/tokenizer.md)

***

#### Getting started

Install the package via npm or yarn:

```
npm install xyxyx-web-components
```

or

```
yarn add xyxyx-web-components
```

***

#### Learn more&#x20;

* [View on NPM](https://www.npmjs.com/package/xyxyx-web-components)
* [GitHub repository](https://github.com/xyxyxpro/xyxyx-web-components)


---

# 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://developer.xyxyx.pro/utilities/xyxyx-web-components.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.
