# Requests and Responses

- [Body Properties](https://docs.astronomyapi.com/requests-and-response/body-properties.md): Plants, Sun and Moon entities respond with common object properties. This page describes what to expect in the response.
- [Event Properties](https://docs.astronomyapi.com/requests-and-response/event-properties.md)
- [Search Result Properties](https://docs.astronomyapi.com/requests-and-response/body-properties-1.md): Search result items follows a common object schema. This page describes the different fields and what to expect as the values.
- [Observer Parameters](https://docs.astronomyapi.com/requests-and-response/observer-parameters.md): When requesting for location and/or date-time related data, Observer parameters must be sent in the request.
- [Tabular Responses](https://docs.astronomyapi.com/requests-and-response/tabular-responses.md): Some endpoints return data in tabular format for easy template rendering.
- [Rows Responses](https://docs.astronomyapi.com/requests-and-response/tabular-responses-1.md): Some endpoints return data as rows for easy rendering data as a list.
- [Error Responses](https://docs.astronomyapi.com/requests-and-response/error-responses.md): Common error responses.
- [Constellation Enums](https://docs.astronomyapi.com/requests-and-response/constellation-enums.md)
- [DSO Enums](https://docs.astronomyapi.com/requests-and-response/dso-enums.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.astronomyapi.com/requests-and-response.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.
