# Welcome

Welcome to the documentation for SearchX — an alternative to the googlesearch-python library! SearchX provides a simple and efficient interface for performing search queries, image searches, and translations through Google.

#### What is SearchX?

SearchX is a library that allows you to integrate the powerful search capabilities of Google into your Python projects. It is designed to provide an intuitive and extendable tool that gives you flexible control over search queries, images, and translations. SearchX simplifies interaction with Google, bypassing the need for bulky APIs.

#### Key Features:

* **Search Queries**: Perform standard text search queries via Google.
* **Image Search**: Easily find images that match your queries.
* **Translations**: Use Google Translate to translate text between different languages.
* **Safe Mode**: Enable or disable safe search at your discretion.

#### How to Get Started?

To start using SearchX, follow these steps:

**Installation:**

Install the library via pip:

```bash
pip install searchx
```

**Usage Example:**

Here’s a simple example of how to use SearchX for searching:

```python
from searchx import Client

client = Client()
results = search.search("Python programming")
print(results)
```

#### Support

If you have any questions or issues, here are some ways to get help:

* Check out the [**FAQ** ](/searchx/faq.md)section for frequently asked questions.
* Contact us directly via [**Contacts**](/searchx/contacts.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://red-3.gitbook.io/searchx/welcome.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.
