# Gentee

## Gentee

- [Gentee script programming language](https://docs.gentee.org/readme.md): Gentee programming language documentation
- [Language Reference](https://docs.gentee.org/syntax.md)
- [Lexical elements](https://docs.gentee.org/syntax/lexical-elements.md)
- [Types](https://docs.gentee.org/syntax/types.md)
- [Declarations](https://docs.gentee.org/syntax/declarations.md)
- [Statements](https://docs.gentee.org/syntax/statements.md)
- [Error handling](https://docs.gentee.org/syntax/error-handling.md)
- [Expressions](https://docs.gentee.org/syntax/expressions.md)
- [Running programs](https://docs.gentee.org/syntax/running-programs.md)
- [Multithreading](https://docs.gentee.org/syntax/multithreading.md)
- [Include and import](https://docs.gentee.org/syntax/include-and-import.md)
- [Standard Library Reference](https://docs.gentee.org/stdlib.md)
- [Archiving](https://docs.gentee.org/stdlib/archive.md)
- [Array](https://docs.gentee.org/stdlib/array.md)
- [Boolean](https://docs.gentee.org/stdlib/bool.md)
- [Buffer](https://docs.gentee.org/stdlib/buffer.md)
- [Characters](https://docs.gentee.org/stdlib/char.md)
- [Console](https://docs.gentee.org/stdlib/console.md)
- [Constants](https://docs.gentee.org/stdlib/constants.md)
- [Context](https://docs.gentee.org/stdlib/context.md)
- [Cryptography](https://docs.gentee.org/stdlib/crypto.md)
- [Encoding](https://docs.gentee.org/stdlib/encoding.md)
- [Files](https://docs.gentee.org/stdlib/file.md)
- [Float numbers](https://docs.gentee.org/stdlib/float.md)
- [Integer](https://docs.gentee.org/stdlib/integer.md)
- [Map](https://docs.gentee.org/stdlib/map.md)
- [Multithreading](https://docs.gentee.org/stdlib/threads.md)
- [Network](https://docs.gentee.org/stdlib/network.md)
- [Object](https://docs.gentee.org/stdlib/obj.md)
- [Path](https://docs.gentee.org/stdlib/path.md)
- [Process](https://docs.gentee.org/stdlib/process.md)
- [Regular expressions](https://docs.gentee.org/stdlib/regexp.md)
- [Runtime](https://docs.gentee.org/stdlib/runtime.md)
- [Sets](https://docs.gentee.org/stdlib/sets.md)
- [Strings](https://docs.gentee.org/stdlib/string.md)
- [System](https://docs.gentee.org/stdlib/system.md)
- [Time](https://docs.gentee.org/stdlib/time.md)
- [Go Integration](https://docs.gentee.org/golang.md): Documentation on using the Gentee programming language in Golang projects.
- [Reference](https://docs.gentee.org/golang/reference.md)
- [Compilation and execution](https://docs.gentee.org/golang/howtouse.md)
- [Advanced features](https://docs.gentee.org/golang/customize.md)
- [Playground](https://docs.gentee.org/golang/playground.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.gentee.org/readme.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.
