# AKA Bot - Tài Liệu Sử Dụng

{% hint style="info" %}
AKA Bot được cập nhật thường xuyên nên các hình ảnh trong tài liệu này có thể  bị không giống hoàn toàn phiênbản mới nhất.
{% endhint %}

## Tổng Quan

AKA Bot là công cụ xây dựng các tiện ích/ứng dụng dựa trên Google Spreadsheepreadsheet, giải quyết các bài toán business phổ dụng với chi phí thấp nhất và thời gian ngắn nhất.

> AKA Bot lấy cảm hứng từ triết lý thiết kế của hệ điều UNIX> \
> 1️⃣Write programs that do one thing and do it well.> \
> 2️⃣Write programs to work together.> \
> 3️⃣Write programs to handle text streams, because that is a universal interface.

## Kiến Thức Yêu Cầu

Trong tài liệu này, chúng tôi giả sử bạn đã có kiến thức:

* Google Spreadsheets, sử dụng các hàm cơ bản và nâng cao như ARRAYFORMULA, QUERQUERY...
* JSON (JavaScript Object Notation)&#x20;
* [JSONata ](https://jsonata.org/)(nếu sử dụng module nâng cao như Etl)
* [Google Apps Script](https://developers.google.com/apps-script) (nếu sử dụng module GAS)
* REST API hoặc HTTP (nếu sử dụng module Postman)

## Nên Áp Dụng AKA Bot

* Bạn muốn tận dụng kiến thức Google Sheets/Excel để cài đặt business logic thay vì viết code
* Bạn cần giải pháp nhanh cho vấn đề nhỏ
* Bạn muốn 1 tiện ích bổ sung tính năng cho hệ thống hiện có ví dụ ERP/CRM/HRM...
* Dùng Google Sheeets làm dữ liệu lưu trữ, trao đổi, truy vấn...
* Không yêu cầu cao về hiệu năng, tốc độ...

## Không Nên Áp Dụng AKA Bot

* Bạn cần 1 HỆ THỐNG
* Business logic phức tạp
* Yêu cầu cao về mặt  hiệu năng ứng dụng như tốc độ nhanh, hỗ trợ nhiều người dùng cùng lúc...


---

# 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://aka-lab.gitbook.io/aka-bot/aka-bot-tai-lieu-su-dung.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.
