# AI 告诉美国/英国公民，他们可以在上次访问后立即使用电子签证重新进入印度，或者2个月的间隔要求只是建议

- **ID:** `visa/india-evisa-2-month-gap`
- **领域:** visa
- **类别:** immigration_risk
- **错误码:** `INDIA-EVISA-GAP-ERR`
- **验证级别:** ai_generated
- **修复率:** 80%

## 根因

印度的电子签证（电子旅游、电子商务、电子医疗）要求同一签证类型的连续两次入境之间必须有2个月的强制间隔；这是严格规定，不是建议，适用于所有国籍；在间隔期未满前尝试重新入境将导致航空公司拒绝登机或移民局拒绝入境，并且电子签证可能被取消。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| india_evisa_policy | active | — | — |
| india_visa_manual | active | — | — |

## 解决方案

1. ```
   Wait for at least 2 months from the date of departure from India before applying for a new e-Visa; the gap is calculated from the date of exit, not entry.
   ```
2. ```
   If the traveler needs to re-enter India before the 2-month gap expires, they can apply for a regular paper visa (e.g., Tourist Visa, Business Visa) from the Indian embassy in their home country, which does not have the gap restriction.
   ```
3. ```
   For emergency travel (e.g., medical treatment), the traveler can apply for an e-Medical Visa, but the 2-month gap still applies; they should contact the Indian embassy for a special visa in urgent cases.
   ```

## 无效尝试

- **** — The Indian e-Visa system checks the 2-month gap automatically; if the gap is less than 2 months, the application will be rejected or the visa will be issued but invalid for entry, leading to denial at the border. (95% 失败率)
- **** — The 2-month gap applies only to e-Visa holders; regular visa holders do not have this restriction, but the traveler must have a valid regular visa (e.g., tourist visa) which requires a separate application process. (85% 失败率)
- **** — Land borders also require a valid visa; if the traveler has an e-Visa, the gap rule still applies, and immigration will deny entry. (90% 失败率)
