# Notes: Replit

### Online IDE

We'll use Replit to write and test the code we use to create web pages.  The site name, Replit comes from the acronym REPL, which stands for "Read, Evaluate, Print, Loop".  REPLs are interactive environment that are good for learning.&#x20;

Start by creating an account at <https://replit.com/>.

This [video](https://youtu.be/XvGW2MOWYLo?si=0tzvW_MrgjtmNnlq) will walk you through creating an account on Replit.

You can do everything needed in this course inside a free tier account.

<figure><img src="/files/FrhorDoPK8YDFjQ0PYrW" alt=""><figcaption><p>Replit.com</p></figcaption></figure>

###


---

# 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/introduction-to-web-development/tools/notes-replit.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.
