# Telosys documentation

**Welcome developer friend!**&#x20;

In this documentation, you will find how to install and configure Telosys-CLI, how to use it with VS-Code or any other JetBrains IDE, how to create and customize your models and of course how to generate your code.

There is also a lot of more detailed information on creating or adapting template bundles to generate any type of code or text (programming languages, SQL, documentation, etc.)

In addition to this documentation you can also take a look at ...

* [GitHub](https://github.com/telosys-tools-bricks/telosys-cli)
* [Bluesky](https://bsky.app/profile/telosys.org)
* [X/Twitter  ( @telosys )](https://x.com/telosys)&#x20;
* [LinkedIn](https://www.linkedin.com/company/telosys/)
* [reddit  ( r/telosys )](https://www.reddit.com/r/telosys/)&#x20;
* [YouTube](https://www.youtube.com/channel/UCX5-ypQygEHMCGXVTTbhfNQ)  ( short presentation : [Introducing Telosys 4.0](https://www.youtube.com/watch?v=nMEZ4tz-E4k) )

For your questions you can use …

* [StackOverflow](https://stackoverflow.com/) (use the “**telosys**” tag for your questions)&#x20;
*

Telosys presentations and articles available on the web:

* [Telosys project booster (SlideShare)](https://fr.slideshare.net/lguerin/telosys-project-booster-paris-open-source-summit-2019)
* [Telosys: a lightweight and pragmatic code-generator](https://modeling-languages.com/telosys-tools-the-concept-of-lightweight-model-for-code-generation/)
* [Telosys: a Code Generation Tool](https://tomassetti.me/telosys-code-generation-tool/)
* [Telosys tutorial for Python/Bottle/SqlAlchemy (SlideShare)](https://fr.slideshare.net/lguerin/telosys-tutorial-code-generation-for-a-python-web-application-based-on-bottle-and-sqlalchemy)

And if you like Telosys please don’t forget to support the project. Maybe even become a sponsor.


---

# 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://doc.telosys.org/master.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.
