# Activities

- [Text Summariser](https://learning.pavey.dev/javascript/activities/text-summariser.md): In this activity we will look at writing a basic text summariser using JavaScript
- [Getting the words](https://learning.pavey.dev/javascript/activities/text-summariser/getting-the-words.md): Here we will look at what we need to do to break up and filter our words in preparation for scoring
- [Ranking the sentences](https://learning.pavey.dev/javascript/activities/text-summariser/ranking-the-sentences.md): Using our word stems from the last section, we will give some scores to our sentences
- [Getting the summary](https://learning.pavey.dev/javascript/activities/text-summariser/getting-the-summary.md)
- [Greeter Function](https://learning.pavey.dev/javascript/activities/greeter-function.md): An introduction to making your own functions
- [Fizz Buzz](https://learning.pavey.dev/javascript/activities/fizz-buzz.md)
- [Temperature Converter](https://learning.pavey.dev/javascript/activities/temperature-converter.md): In this activity we will look at making an application together, step by step


---

# 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://learning.pavey.dev/javascript/activities.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.
