> For the complete documentation index, see [llms.txt](https://docs.getkita.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getkita.org/set-up-your-lesson.md).

# Set up your lesson

- [Create and edit a course](https://docs.getkita.org/set-up-your-lesson/create-and-edit-a-course.md): This guide covers editing an existing course and its lessons.
- [Update the AI settings](https://docs.getkita.org/set-up-your-lesson/update-the-ai-settings.md): AI Help is Kita's support for students while they are coding. It is off until a teacher turns it on at the course level, and can be configured by lesson, by group and even by student.
- [Create a code submission](https://docs.getkita.org/set-up-your-lesson/create-a-code-submission.md): An assessed activity turns part of a lesson into something students formally submit. Until a lesson has one, students can write and run code but there is nothing to hand in and nothing to mark.
- [How rubrics work](https://docs.getkita.org/set-up-your-lesson/how-rubrics-work.md): A rubric is the marking grid Kita shows you while you mark an assessed activity. It starts by splitting what you are judging into two axes: your criteria run down the side, and your levels run across


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.getkita.org/set-up-your-lesson.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
