> For the complete documentation index, see [llms.txt](https://docs.phptravels.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phptravels.com/startup.md).

# Startup

- [Introduction](https://docs.phptravels.com/startup/introduction.md): Introduction to PHPTRAVELS
- [Revenue Model](https://docs.phptravels.com/startup/revenue-model.md): PHPTRAVELS business monetization model
- [Download Product](https://docs.phptravels.com/startup/download-product.md): To download PHPTRAVELS from your account please follow the video guide
- [Installation](https://docs.phptravels.com/startup/installation.md): Installation guide for phptravels
- [License Activation Guide](https://docs.phptravels.com/startup/license-activation-guide.md): This guide walks you through activating your PHPTRAVELS software license step-by-step — from locating your Order ID in the client area to verifying it on your installation.
- [Setup](https://docs.phptravels.com/startup/setup.md)
- [Settings](https://docs.phptravels.com/startup/setup/settings.md): Settings PHPTRAVELS
- [Email Settings](https://docs.phptravels.com/startup/setup/settings/email-settings.md): Setting up your email sender service
- [SMTP Settings](https://docs.phptravels.com/startup/setup/settings/email-settings/smtp-settings.md): Setting up SMTP credentials
- [SMTP2Go API](https://docs.phptravels.com/startup/setup/settings/email-settings/smtp2go-api.md)
- [Currencies](https://docs.phptravels.com/startup/setup/settings/currencies.md): Managing currencies rates and more
- [Powered by Linkback](https://docs.phptravels.com/startup/setup/powered-by-linkback.md): In this video you will learn how to remove the powered by linkback from PHPTRAVELS product. it is only advised for the enterprise client's
- [SSL Force](https://docs.phptravels.com/startup/ssl-force.md): Force website to https


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.phptravels.com/startup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
