# Learning Apps

<table><thead><tr><th width="393">Title</th><th>Technology</th></tr></thead><tbody><tr><td><a href="https://rpeltz.gitbook.io/portfolio/projects/design-create-and-publish-a-chrome-extension-guide">Guide to Design, Create, and Publish a Chrome Browser Extension</a></td><td>Chrome browser extension that helps users detect phishing.</td></tr><tr><td><a href="https://rpeltz.gitbook.io/portfolio/projects/code-notebooks">Code Notebooks</a></td><td>Code notebook in Visual Studio Code to experiment with APIs and learn in a sharable notebook.</td></tr><tr><td><a href="https://rpeltz.gitbook.io/portfolio/projects/periodic-table-of-cloudinary-transformations">Periodic Table of Cloudinary Transformations</a></td><td>React app that organizes API options into categories accessible from a structure resembling a periodic table.</td></tr><tr><td><a href="https://rpeltz.gitbook.io/portfolio/projects/transformation-concentration">Transformation Concentration</a></td><td>A gamified learning tool to enable quick recognition of Cloudinary transformations.</td></tr><tr><td><a href="https://rpeltz.gitbook.io/portfolio/projects/code-sandbox-playground-for-cloudinary-transformations-prototype">Code Sandbox Playground</a></td><td>An application that contains code sandbox code to kickstart learning about the Cloudinary React SDK.</td></tr></tbody></table>


---

# 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://rpeltz.gitbook.io/portfolio/projects/learning-apps.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.
