# November

TL;DR In this edition:

* ⏰ **Crons: Scheduled Tasks**

  Automate and schedule important tasks like data synchronization to run at specific times, ensuring timely and consistent task execution.
* 📑 **Documentation: Automatic API Documentation**

  Automatically generate up-to-date API documentation, which can be easily exported to and integrated with tools like Postman and Swagger, improving collaboration and consistency.
* 🦺 **Vault: Global Variables and Secrets**

  Securely store and reuse critical data like API keys across all your APIs in one centralized location for enhanced security and efficiency

> 💚 Try it now! Create your account, [here](https://www.dapta.ai/?utm_source=email\&utm_medium=docs)

## **🧩** API Studio

### 📑 **Documentation: Automatic API Documentation**

Say goodbye to the manual creation of API documentation. Our new feature automatically generates comprehensive and up-to-date documentation for your APIs.

* **Automatic Generation:** Your API documentation is always current, reflecting the latest changes and updates.
* **Export and Import:** Easily export documentation from Dapta and import it into popular tools like Postman and Swagger for seamless integration.
* **Enhanced Collaboration:** Share consistent and accurate API documentation with your team, partners, and stakeholders.

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

### ⏰ **Crons: Scheduled Tasks**

We now support **Crons** – a feature that empowers you to schedule tasks for automatic execution. This is particularly useful for synchronizing data, running timely reports, or any critical task that requires punctual and repeated execution.

* **Flexible Scheduling:** Set up tasks to run at specific intervals – daily, weekly, or custom schedules.
* **Reliable Execution:** Ensure your important tasks are performed on time, every time.
* **Easy Monitoring:** Keep track of scheduled tasks and their execution status through our user-friendly interface.

<figure><img src="/files/8FbxpxfbqPV5cgsMjXr8" alt=""><figcaption></figcaption></figure>

### 🦺 **Vault: Global Variables and Secret**

Vault is a robust and secure solution for managing global variables and secrets. With Vault, you can effortlessly store and reuse vital information across all your APIs.

This feature simplifies the process of managing sensitive data like API keys, passwords, and other critical configuration settings.

* **Centralized Management:** Keep all your important variables and secrets in one secure location.
* **Seamless Integration:** Easily integrate these variables into any API without the hassle of repeated setups.
* **Enhanced Security:** Vault ensures your sensitive data is stored securely, reducing the risk of exposure.

<figure><img src="/files/2Oimp9Za1qBXDumVcfLT" alt=""><figcaption></figcaption></figure>

> 💚 Try it now! Create your account, [here](https://www.dapta.ai/)


---

# 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.dapta.ai/product-updates/november.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.
