# Getting Started

Searchtap is Plug-and-Play search solution for websites, mobile applications and enterprise softwares.\
Use SearchTap to customize, analyze and build an amazingly effective search experience\
for your users with minimal IT involvement and no infrastructure investment.

SearchTap API Reference is built around [REST](https://en.wikipedia.org/wiki/Representational_State_Transfer). We use HTTP verbs used by web-clients right off the bat.

We also support CORS so that developers can interact and integrate with our API directly using thier applications.

In this API reference module, you will find easy-to-understand concepts that you can use to integrate with SearchTap.

Our documentation include definitions, use-cases and examples for you to explore and get going.


---

# 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://greenapplesolutions.gitbook.io/greenapplesolutions-docs/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.
