# MY API Logs

"My API logs consist of two primary types of logs: 'ORDERS LOG,' which tracks and records all orders made , and 'REQUEST LOG,' which captures data related to API requests, including request parameters and outcomes."

**ORDERS LOG:**

"ORDERS LOG" typically refers to a log of all orders placed within a platform. This log is used to track and record details related to these orders.

**REQUEST LOG:**

The "REQUEST LOG" is a log that captures data about API requests made . It stores information about each request, including its parameters and results.

<br>


---

# 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.algomojo.com/algomojo/my-api-logs.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.
