# How to use your item in an activity

### Introduction

If you've already made your own items and want to use them in an activity, it's pretty easy here in CodeChum!&#x20;

### Steps

To use your own items when creating an activity in CodeChum, do the following:

1. Go to your class' Activities tab and click **Create Activity** on the top right of the class header. This will open a big popup window to create your activity.

   <figure><img src="/files/kDGyTj6mxFiMj5DtxLNh" alt=""><figcaption></figcaption></figure>
2. When it's time to select your items to be used in this activity, click **"Find specific items"**  button. This will open another pop-up window.

   <figure><img src="/files/wGUT60vYomS3RMI0FCQs" alt=""><figcaption><p>   </p></figcaption></figure>
3. Click the green **Add** icon on the right to use your item within the activity. Don't forget to set the score for that item.

   <figure><img src="/files/bKcS5FUP1xULA72b4ADh" alt=""><figcaption><p>   </p></figcaption></figure>

   <figure><img src="/files/7llD11J89rVHhOof5Twp" alt=""><figcaption></figcaption></figure>
4. Complete all required fields for [creating the activity](/teachers/getting-started-for/programming-1/c/give-students-an-activity.md).

And that's how you use your own items when creating an activity in CodeChum!


---

# 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://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-use-your-item-in-an-activity.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.
