# Courses

- [Fetch Courses](https://docs.patascore.com/financial-education-1/courses/fetch-modules-by-program-identifier.md): Returns a list of all published courses with user-specific information
- [Fetch Course Details](https://docs.patascore.com/financial-education-1/courses/fetch-websocket-conversaction.md): Fetches details of a given course
- [Like a Course](https://docs.patascore.com/financial-education-1/courses/fetch-customer-session-summary.md): This API allows you to like a given course
- [Unlike a Course](https://docs.patascore.com/financial-education-1/courses/fetch-customer-session-summary-1.md): This API allows you to unlike a given course
- [Rate a Course](https://docs.patascore.com/financial-education-1/courses/fetch-customer-session-summary-2.md): This API allows you to rate a given course
- [Course Progress](https://docs.patascore.com/financial-education-1/courses/fetch-customer-session-summary-3.md): This API allows you get a given course's progress


---

# 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.patascore.com/financial-education-1/courses.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.
