# plain.toolbar **A developer toolbar that displays debugging information in your browser.** - [Overview](https://plainframework.com/docs/plain-toolbar/plain/toolbar/?llm#overview) - [Built-in panels](https://plainframework.com/docs/plain-toolbar/plain/toolbar/?llm#built-in-panels) - [Request panel](https://plainframework.com/docs/plain-toolbar/plain/toolbar/?llm#request-panel) - [Exception panel](https://plainframework.com/docs/plain-toolbar/plain/toolbar/?llm#exception-panel) - [Creating custom toolbar items](https://plainframework.com/docs/plain-toolbar/plain/toolbar/?llm#creating-custom-toolbar-items) - [Button-only items](https://plainframework.com/docs/plain-toolbar/plain/toolbar/?llm#button-only-items) - [Visibility](https://plainframework.com/docs/plain-toolbar/plain/toolbar/?llm#visibility) - [JavaScript API](https://plainframework.com/docs/plain-toolbar/plain/toolbar/?llm#javascript-api) - [FAQs](https://plainframework.com/docs/plain-toolbar/plain/toolbar/?llm#faqs) - [Installation](https://plainframework.com/docs/plain-toolbar/plain/toolbar/?llm#installation) ## Overview The toolbar appears at the bottom of your browser window and shows useful debugging information about the current request. You can expand it to see detailed panels, switch between tabs, and resize it by dragging the top edge. To render the toolbar, add the `{% toolbar %}` tag to your base template (typically just before the closing `
{% block content %}{% endblock %} {% toolbar %}` tag): ```html