> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner.md).

# Beginner

- [Clip web data to spreadsheet](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/clip-web-data-to-spreadsheet.md)
- [Search Yelp Reviews from OpenTable](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/search-yelp-reviews-from-opentable.md)
- [Right-click Currency Conversion](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/right-click-currency-conversion.md)
- [Web Highlighter Tutorial](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/web-highlighter-tutorial.md)
- [Trello Status Sidebar](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/trello-status-sidebar.md)
- [Right-click Google Scholar Search](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/right-click-google-scholar-search.md)
- [Google Dorking](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/google-dorking.md)
- [Tweet a Link](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/tweet-a-link.md)
- [Ask AI To Generate a LinkedIn Connection Request](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/ask-ai-to-generate-a-linkedin-connection-request.md)
- [How to Customize the AI Rate and Fix Mod](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/how-to-customize-the-ai-rate-and-fix-mod.md)
- [Right-click Translate Language](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/right-click-translate-language.md)
- [Basic Translation Tutorial](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/basic-translation-tutorial.md)
- [AI Bot Sidebar](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/ai-bot-sidebar.md)
- [Search and Highlight Words on a Page](https://docs.pixiebrix.com/tutorials/developer-tutorials/beginner/search-and-highlight-words-on-a-page.md)


---

# 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://docs.pixiebrix.com/tutorials/developer-tutorials/beginner.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.
