> For the complete documentation index, see [llms.txt](https://trixtateam.gitbook.io/trixta-js-core/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trixtateam.gitbook.io/trixta-js-core/overview.md).

# Overview

<figure><img src="https://raw.githubusercontent.com/trixtateam/trixta-js/master/docs/images/trixta-logo.png" alt=""><figcaption><p>JS-CORE</p></figcaption></figure>

trixta-js-core is a javascript library to help any organization, easily connect to a Trixta space, build front-end components for you application. It leverages [phoenix-to-redux](https://trixtateam.gitbook.io/phoenix-to-redux/) to communicate with Trixta and gives you a variety of tools / utilities to build react components.&#x20;

{% embed url="<https://github.com/trixtateam/trixta-js>" %}
Github Repository
{% endembed %}

### Welcome to trixta-js-core

Welcome to trixta-js-core! Here you'll find all the documentation you need to get up and running with the trixta-js-core&#x20;

### Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the package:

{% content-ref url="/pages/6qZF3HOijUzTJQr3R0rW" %}
[Reference](/trixta-js-core/reference/types.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://trixtateam.gitbook.io/trixta-js-core/overview.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.
