# Overview

Linx is a development platform that uses visual abstractions of programming concepts to build back-end applications.

The platform consists of:

* **Designer (IDE)** - Developers use the Designer to develop, debug and test Linx solutions. Like Visual Studio but easier. The Designer is a Windows application.
* **Plugins** - Developers can install Plugins to add functionality to use in the Linx solution. Like using npm or Nuget.
* **Server** - Linx Server hosts Linx applications. What Apache and IIS are for web applications, Linx Server is for Linx applications. Linx Server is managed with a web interface using any modern browser.

{% embed url="<https://youtu.be/hg7MfSFYd6U>" %}

***

#### Links <a href="#links" id="links"></a>

* [Watch our video tutorials](https://docs.linx.software/linx-video-tutorials)
* Ask questions in the [Linx community](https://community.linx.software/community/)
* Navigate to [Linx5 Documentation](https://linx.software/docs/5/overview/)


---

# 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://docs.linx.software/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.
