# Introduction

## About the project

Clever Girl is a chrome extension that leverages GPT-3, the powerful language model developed by OpenAI (<https://beta.openai.com/>) to help provide in-page help to chrome users.

Author: Vybhav Ramachandran (<https://twitter.com/vybhavram>)&#x20;

## Repos

Backend : <https://github.com/vybhavramachandran/clevergirl-backend>

Chrome Extension : <https://github.com/vybhavramachandran/clevergirl-chromeextension>

## Get Started

1. Get the Flask based Backend up and running
2. Download the chrome extension code, load it and start using the extension

## Why the name "Clever Girl"?

"Clever Girl" - last words of the game warden in Jurassic park as he admired the intelligence of the raptor that laid a trap for him. A thought exploration about how we find AI amusingly smart now but will mostly have huge implications in the future.

![](https://media.giphy.com/media/5koWDaC1PFz8Y/source.gif)


---

# 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://vybhav.gitbook.io/gpt3-chrome-extension-clever-girl/master.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.
