# 入门指南

本节将帮助您熟悉 Chamilo 2.0。您将学习如何登录、浏览主界面以及设置您的个人资料。

## 登录

要访问 Chamilo，请打开您的浏览器，并前往您的机构提供的 URL（例如 `https://chamilo.yourschool.edu`）。在登录页面输入您的用户名和密码，然后点击 **进入**。

如果您的机构使用外部身份验证（如 Azure、Keycloak 或大学的单点登录系统），您可能会在标准登录表单下方看到额外的登录按钮。点击相应的按钮，通过您机构的身份提供商进行身份验证。

> 如果您忘记了密码，请在登录页面点击 **忘记密码？** 链接。您将收到一封包含重置密码说明的电子邮件。

## 初次印象

登录后，您将看到 Chamilo 的首页。界面主要分为三个区域：

![Chamilo 首页显示系统公告和课程卡片](/files/Qj8p6Vk1pTZntGCHd31s)

* **顶部栏** — 显示平台标志、您的消息收件箱（带有未读消息指示器）以及您的用户头像。点击您的头像可访问个人资料和账户设置。
* **侧边栏** — 左侧导航面板提供快速访问您的课程、会话、日程、社交网络等功能。您可以通过点击边缘的切换按钮将其收起。
* **主内容区域** — 这里显示当前页面的内容。在首页上，您将看到系统公告和您的特色课程。

## 您的课程

在侧边栏中，点击 **我的课程** 查看您作为教师或学生注册的所有课程。每个课程以卡片形式显示，包含：

![我的课程页面显示带有缩略图和快速访问操作的课程卡片](/files/UxPF2Kf5mrocgat2XeAe)

* 课程图片或缩略图
* 课程标题
* 快速访问操作

如果您的机构使用 **会话**（限时培训周期），您还会在侧边栏中看到 **我的会话** 链接，按当前、过去和未来的会话进行组织。

Chamilo 中的会话是一种在不同时间为不同学生群体提供相同课程的方式，而无需复制课程内容。可以将会话视为课程的一个版本或预定的班级。稍后会详细介绍此主题。

## 下一步

* [了解界面](/2.x-zh-cn/jiao-shi-zhi-nan/teacher-guide/getting-started/understanding-the-interface.md) — 深入了解 Chamilo 界面的每个部分
* [您的个人资料](/2.x-zh-cn/jiao-shi-zhi-nan/teacher-guide/getting-started/your-profile.md) — 如何管理您的个人信息和偏好设置


---

# 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.chamilo.org/2.x-zh-cn/jiao-shi-zhi-nan/teacher-guide/getting-started.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.
