# Course Updates

## Course Updates in Learner View (LMS)&#x20;

![Course Update Page](/files/-ME7D-sIimgmkw6KwdGl)

Course Updates are available to learners from the Course Update page (accessible via the 🔔 icon in the header menu). When a new update is posted, learners will see a small red notification as follows:&#x20;

![Course Update notification](/files/-ME7C-SQgqnTv8ZH_xx8)

## How to add a Course Update

Course updates are accessible from **Studio**  >  **Content** > **Updates**

![](/files/-ME7DRW5Nb8bsxlv466-)

Select **+ New Update** and an html editor will appear. In the editor, type your update using HTML formatting. If you aren't familiar with HTML, you can copy & paste one of the following templates:&#x20;

### Course Update HTML Templates

#### Welcome Message with Signature + Image

![](/files/-ME7E9JzD5DvHBt58abg)

```
<p>Welcome to this online course!!</p>

<p>This course is designed as a demonstration of the functionality of our MOOCit platforms. You are currently reading an <em>Update</em>. The course team can post new "updates" at any time to announce the availability of a new module, a change in the organization of the course, etc. You can close this ad by clicking on the cross at the top right. All course announcements are available in the Announcements menu.</p> 
<p>
  Enjoy.
</p>
<br>
<p><img src="/static/profile3.jpg" style="border-radius: 100px; height:60px; margin:-12px 10px 0 0; border:1px solid #eee;" alt="Course Staff Image #1">
  <b>Hanna Johnson</b><br>
<em style="color:#888; font-size:14px;">Customer Success, MOOCit</em>
</p>

```

#### Standard Update with bulleted list + signature image

![](/files/-ME7ESSht-2os0D-yDiy)

```
<p>&nbsp;Hi Everyone!&nbsp;</p>
<p>Here are some useful details about the course:&nbsp;</p>
<ul>
<li>Make sure you introduce yourself in the <strong>Discussions</strong> page</li>
<li>All homework must be submitted by 6pm every Friday</li>
  <li><em>The final exam is scheduled on 21/12/2020 at 9am - make sure you are available!</em></li> <br>
</ul>
<p><img src="/static/moocitman.png" style="height:60px; margin:-12px 10px 0 0;" alt="Course Staff Image #1"><b></b><br>
<em style="color:#888; font-size:14px;">MOOCit Team</em>
</p>
```

### Modify HTML Image&#x20;

1. Open **Content** > **Files & Uploads** in a new Window&#x20;
2. Select to copy the **Studio** URL for the image you want to add
3. Return to **Content** > **Updates** page&#x20;
4. Locate the code `<img src=`&#x20;
5. Replace the code following `<img src=` with the URL you just copied in **Files & Uploads**. &#x20;
6. Select to **Post**&#x20;

![](/files/-ME7OWW6bWy8zxo8bhg7)


---

# 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://docs.moocit.fr/english/course-properties/course-updates.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.
