# FAQ's

### Frequently Asked Questions

**Q1: What is CodeTerm AI?**

A: CodeTerm AI is an AI-enhanced terminal that allows users to execute commands and interact with their codebase using natural language.

**Q2: How does CodeTerm AI ensure data privacy?**

A: All operations are performed locally on your machine, ensuring that your data remains private and secure.

**Q3: Is CodeTerm AI open-source?**

A: Yes, CodeTerm AI is open-source. You can view and contribute to the source code on [GitHub](https://github.com/CodeMate-AI/codeterm).

**Q4: What operating systems does CodeTerm AI support?**

A: CodeTerm AI is compatible with macOS, and Linux operating systems. However we will be launching for Windows super soon!<br>

### Support and Resources

* **Documentation:** [docs.codemate.ai](https://docs.codemate.ai/)
* **GitHub Repository:** [github.com/CodeMate-AI/codeterm](https://github.com/CodeMate-AI/codeterm)


---

# 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.codemate.ai/codemate-terminal/faqs.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.
