> For the complete documentation index, see [llms.txt](https://carloss-organization-8.gitbook.io/easytables/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://carloss-organization-8.gitbook.io/easytables/welcome-to-ezytables.md).

# Welcome to EzyTables

## Overview

EzyTables focuses on simplicity and ease of use. It provides a straightforward API that allows developers to create tables, add and remove data, sort and filter data, and more, all with just a few lines of code.\
\
Despite its simplicity, EzyTables is also highly flexible. It can handle a wide range of data types and structures, and it provides numerous customization options to suit different use cases. Whether you're building a simple list or a complex data grid, EzyTables has the tools you need.\
\
In addition to its core functionality, EzyTables also includes a number of advanced features, such as pagination and loading states, making it a comprehensive solution for all your data table needs.\
\
With EzyTables, managing data tables in your JavaScript applications has never been easier.

## Quick links

{% content-ref url="/pages/b5i2HOcoYuxHa559oZD1" %}
[What we do](/easytables/overview/what-we-do.md)
{% endcontent-ref %}

{% content-ref url="/pages/eN0luF5jK4CCEmcMooty" %}
[Features](/easytables/overview/features.md)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/IxdlaFcxKJaP3MPgeyE9" %}
[Getting set up](/easytables/fundamentals/getting-set-up.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://carloss-organization-8.gitbook.io/easytables/welcome-to-ezytables.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.
