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

# Welcome

Topform is a form generator for Sveltekit. It was created out of the motivation to make forms easily available with as little effort and as much consistency as possible, thus minimizing operational overhead. It is currently in the development phase. Significant changes are subject to change.

The focus is to provide a form that follows the **HTML standard**. Therefore, it can be well combined or used with the [example described by SvelteKit](https://kit.svelte.dev/docs/form-actions).

Topform is designed as an open source project. Everyone is invited to contribute.

[GitHub Repository](https://github.com/tguelcan/topform)

<figure><img src="/files/qlejetWgYSrOzYoBKHVl" alt="" width="375"><figcaption><p>Example with topform and tailwindcss</p></figcaption></figure>


---

# 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://tayfuns-organization.gitbook.io/topform/welcome.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.
