> For the complete documentation index, see [llms.txt](https://evntaly.gitbook.io/evntaly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://evntaly.gitbook.io/evntaly/getting-started.md).

# Getting Started

## **What do I need to start?**&#x20;

To start with Evntaly you need the following &#x20;

* The project you monitor can be your SaaS tool or any other application of your choice.
* Install and Integrate with one of our SDKs
  * &#x20;[`JavaScript`](/evntaly/sdks/javascript.md) - [`Python`](/evntaly/sdks/python.md) - [`C#`](/evntaly/sdks/c.md)- [`Go`](/evntaly/sdks/go.md) - [`Web`](/evntaly/sdks/web.md) - [`Ruby`](https://evntaly.gitbook.io/evntaly/sdks/ruby) - [`PHP`](https://evntaly.gitbook.io/evntaly/sdks/php)&#x20;
* [Create New Project ](https://evntaly.gitbook.io/evntaly/get-started#create-project)
* Developer Secret - Get it from [Here](https://evntaly.com/account/settings/info)&#x20;

<div align="right"><figure><img src="/files/yqPFGsKfLyZkqSy2qjPT" alt=""><figcaption><p>The only way to get the developer secret.</p></figcaption></figure></div>

* Project Token PAT - Get from [Here](https://evntaly.com/account/settings/api) More details below ⬇️

## Create New Project  <a href="#create-project" id="create-project"></a>

To start using Evntaly, you need a project set up. A project represents the application or service you want to monitor. Our free Ignite plan allows you to manage up to three projects simultaneously.

When you first sign up, Evntaly automatically creates a project for you called `Default`. You can rename this project in the Onboarding or by navigating to `Account Settings > Projects` ([Here](https://evntaly.com/account/settings/projects)) to add, or delete your projects.

<figure><img src="/files/fqcD4sQ4cAzAG74TOsn9" alt=""><figcaption><p>Project List</p></figcaption></figure>

## Create PAT for your Project

You can Create as many as tokens as you need from the `Account Settings > API Tokens` [Here](https://evntaly.com/account/settings/api) and assign the token to the project you need, all the tokens are hourly rate limited to 1000 Event/Hour.

&#x20;


---

# 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://evntaly.gitbook.io/evntaly/getting-started.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.
