# Welcome to ContinualAI Wiki

Humans have the extraordinary ability to *learn continually* from experience. Not only can we apply previously learned knowledge and skills to new situations, we can also use these as the foundation for later learning.‌

One of the grand goals of AI is building an artificial “Continual Learning” agent that constructs a sophisticated understanding of the world from its own experience through the *autonomous incremental development* of ever more complex skills and knowledge.‌

The aim of **ContinualAI Wiki** is to create an open-source, collaborative wiki to provide a starting point for researchers, developers and AI enthusiasts who share an interest in Continual Learning and are willing to learn more or contribute to this field. Join us now and help us improving it and keeping it up to date!

{% hint style="info" %}
Interested in learning more about CL? Check out our official open-access course [Continual Learning: On Machines that can Learn Continually](https://course.continualai.org/)!
{% endhint %}


---

# 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://wiki.continualai.org/readme.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.
