# Contents

- [Stock Resources](https://devresources.gitbook.io/devresources/contents/stock-resources.md)
- [CSS Resources](https://devresources.gitbook.io/devresources/contents/css-resources.md)
- [Javascript Libraries](https://devresources.gitbook.io/devresources/contents/javascript-libraries.md)
- [JS Framework UI libraries](https://devresources.gitbook.io/devresources/contents/js-framework-ui-libraries.md)
- [Design Resources](https://devresources.gitbook.io/devresources/contents/design-resources.md)
- [Chrome Extensions](https://devresources.gitbook.io/devresources/contents/chrome-extensions.md): Useful Chrome extensions for Designers and Web-Developers.
- [UI Components](https://devresources.gitbook.io/devresources/contents/ui-components.md): Not quite "frameworks", but tools for creating user interfaces with components or UI kits
- [HTML / CSS Templates](https://devresources.gitbook.io/devresources/contents/html-css-templates.md): Websites that offer free beautiful website templates and themes of all types
- [Vectors and Mockups](https://devresources.gitbook.io/devresources/contents/vectors-and-mockups.md)
- [Fonts, Icons, and Colors](https://devresources.gitbook.io/devresources/contents/fonts-icons-and-colors.md)
- [UI Graphics](https://devresources.gitbook.io/devresources/contents/ui-graphics.md): Websites and resources with modern UI components in different formats such as PSD, Sketch, Figma, etc. They are great for ideas for web components/UI


---

# 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://devresources.gitbook.io/devresources/contents.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.
