> For the complete documentation index, see [llms.txt](https://knowledge.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.themeware.design/knowledge-base/tips-and-tricks/useful-links.md).

# Useful Links

In this article please find useful links and tools that will help you working on and with your shop.

#### ThemeWare®

* [Service Portal](https://service.themeware.design/en)
* [ThemeWare® Config Finder](#themeware)
* [ThemeWare® Manual](https://docs.themeware.design/)

#### Shopware

* [Shopware Community Store](https://store.shopware.com/en)
* [Shopware Documentation](https://docs.shopware.com/en/shopware-6-en)
* [Shopware Issuetracker](https://issues.shopware.com)
* [Shopware 6 Changelog](https://www.shopware.com/en/changelog/)

#### Dokumentation

* [Bootstrap Documentation](https://getbootstrap.com/docs/4.4/getting-started/introduction/)
* [Sass Documentation](https://sass-lang.com/documentation)
* [Twig Documentation](https://twig.symfony.com/doc/3.x/)

#### Webtools

* [Google Fonts](https://fonts.google.com)
* [Google-Webfonts-Helper](https://gwfh.mranftl.com/fonts)
* [Photopea](https://www.photopea.com)
* [Sass Color Generator](http://scg.ar-ch.org)
* [TinyPNG](https://tinypng.com)

#### Tools

* [FileZilla](https://filezilla-project.org)
* [Gimp](https://www.gimp.org)
* [Notepad++](https://notepad-plus-plus.org)

#### Extensions

* [Adminer for Admin](https://store.shopware.com/en/frosh79014577529f/adminer-for-admin.html) by Friends of Shopware ([Github](https://github.com/FriendsOfShopware/FroshPlatformAdminer))


---

# 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://knowledge.themeware.design/knowledge-base/tips-and-tricks/useful-links.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.
