> For the complete documentation index, see [llms.txt](https://seeker-2.gitbook.io/seeker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seeker-2.gitbook.io/seeker/application/backend.md).

# Backend

## Back-end Development

### Visual Studio Code

<figure><img src="/files/YzbQVP5G74xyXpa4uuMX" alt=""><figcaption><p>Visual Studio Code: Code Editing.Visual Studio Code is a code editor</p></figcaption></figure>

Visual Studio Code is a code editor with developer tooling that runs on Windows, macOS, and Linux. That is suitable for both computers and notebooks. Features of Visual Studio Code support for debugging, syntax highlighting, intelligent code completion, snippets, and code refactoring. And also use GitHub with Visual Studio Code to share source code and collaborate with other developers.

## Database&#x20;

### Draw\.io (for design ER diagram)

<figure><img src="/files/OPlufMIbjsxwxs1RyJxN" alt=""><figcaption><p>draw.io</p></figcaption></figure>

diagrams.net (previously draw\.io) is a free and open-source cross-platform graph drawing software developed in HTML5 and JavaScript. Its interface can be used to create diagrams such as flowcharts, wireframes, UML diagrams, organizational charts, and network diagrams.

Ref : <https://en.wikipedia.org/wiki/Diagrams.net>

### SQL Server&#x20;

<figure><img src="/files/dDJfka5AV68CKRXmD72i" alt=""><figcaption><p>sql server</p></figcaption></figure>

SQL Server is **a relational database management system, or RDBMS, developed and marketed by Microsoft**. Similar to other RDBMS software, SQL Server is built on top of SQL, a standard programming language for interacting with relational databases.&#x20;

Ref : <https://www.sqlservertutorial.net/getting-started/what-is-sql-server/>


---

# 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://seeker-2.gitbook.io/seeker/application/backend.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.
