# Medicines

- [Search Product](https://docs.evitalrx.in/api-for-product-catalogue/medicines/search-product.md): To search items in your inventory with the Item Name (string), GTIN number of the product, or Salt-Composition(content).
- [Product Details](https://docs.evitalrx.in/api-for-product-catalogue/medicines/product-details.md): To get item details in your inventory by unique medicine Id.
- [Search Content](https://docs.evitalrx.in/api-for-product-catalogue/medicines/search-content.md): To search content
- [Request Product](https://docs.evitalrx.in/api-for-product-catalogue/medicines/request-product.md): To request a product, which is not available at eVitalRx.
- [Get Categories](https://docs.evitalrx.in/api-for-product-catalogue/medicines/get-categories.md): Get the Product categories list.
- [Get Category Products](https://docs.evitalrx.in/api-for-product-catalogue/medicines/get-category-products.md): Get the Products of a particular category.


---

# 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.evitalrx.in/api-for-product-catalogue/medicines.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.
