> For the complete documentation index, see [llms.txt](https://inkporter.raniaamina.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inkporter.raniaamina.id/contribute-to-inkporter.md).

# Contribute to Inkporter

This project is fully supported by Gimpscape Indonesia (The Biggest Indonesia F/LOSS Design Community) and has been developed by the following individuals:&#x20;

* [Sofyan Sugianto - sofyan@artemtech.id](mailto://sofyan@artemtech.id) (Programmer)
* [Rania Amina - me@raniaamina.id](https://raniaamina.id) (UI Designer)
* MasLanang - <https://github.com/maslanangdev> (Windows Dev)

You also can contribute to this project via the GitHub repository: [https://github.com/raniaamina/inkporter](https://github.com/raniaamina/inkporter/tree/inkporter-gui)

### Disclaimer & Donations

We don't guarantee anything about this tool/extension, so please use it at your own risk. We can't give 24/7 support if you have a problem when using Inkporter. Of course we'll help as much as we can. The [Gimpscape Telegram group](https://t.me/gimpscape) is the best place to ask your questions about this extension.

If you feel that this extension has helped you to create, feel free to donate a cup of coffee on the [**Dev-Lovers Page**](https://devlovers.netlify.com) :")


---

# 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, and the optional `goal` query parameter:

```
GET https://inkporter.raniaamina.id/contribute-to-inkporter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
