# AI Actions

The AI decision-making process within the SRC.ai platform is a sophisticated sequence that hinges on real-time data analysis and predictive algorithms to enhance the in-app experience. Here’s how the AI navigates decision-making:

1. **Data Collection and Analysis:** As users engage with the app, the AI agent begins by collecting a variety of data points from the Server Database, which includes the user’s primary NFT profile and their broader user profile. This data forms the foundation for understanding user behavior and preferences.
2. **Game Rule Application:** With the data in hand, the AI agent consults the Vector Database to look up relevant game rules based on the individual user information. This ensures that the decisions made are personalized and adhere to the gameplay structure designed in the SRC Game Design database.
3. **Multilayer Prompts Processing:** The AI then receives a series of prompts – User Prompts, Data Prompts, and Call Prompts. These are essentially queries or commands that consider multiple layers of context, including the user’s current in-game activity, historical data, and potential future actions.
4. **Action Estimation:** The AI uses the LLM (Language Model) to process these prompts and estimates the game parameters to decide the best course of action. This could involve anything from suggesting the user take a new route, to offering opportunities to earn more tokens, or advising on NFT upgrades.
5. **API Call Execution:** Once the AI has reasoned through the best next step, it executes the decision through API calls. This might mean automatically leveling up an NFT, applying upgrade points, or using items to enhance the user’s gameplay.
6. **Adaptive Reasoning:** The AI continuously learns from the user’s responses to these actions and the outcomes of its decisions, leading to a sophisticated reasoning process that becomes more tailored and effective over time. &#x20;

In essence, the AI within the SRC.ai platform acts as a comprehensive decision-making engine that not only responds to user input but anticipates needs and strategizes the optimal path for user engagement and reward maximization. Through this intelligent automation, the app experience becomes not just seamless but also deeply engaging, as each user’s journey is uniquely crafted by the AI’s intricate decision-making process.

Actions include followings:

* Analyze driving data
* Stealth
* Endurance
* Leveling up
* Repair
* Suggestion of NFT purchase
* Buy more NFT (Future)

<figure><img src="/files/AFcBXbeoRlzXXQEThDtw" alt=""><figcaption></figcaption></figure>

### You can <mark style="color:red;">SKIP reading</mark> rest of the sections; Attributees, Stealth, Endurance, Minting, Level up and Rarity.


---

# 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://saferoadclub.gitbook.io/src-ai/safe-road-club-systems/ai-actions.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.
