> ## Documentation Index
> Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# sample_from_entity_table

#### `sample_from_entity_table: <bool>` (Optional)

## Description

Whether to allow sampling of other entities in the entity table besides the seed entity. It is useful to set it to `false` in case entities represent candidates/hypothetical examples and to restrict information flow between different candidates.

### Supported Task Types

* Static node-level tasks

### Default Values

| [run\_mode](/run-mode) | Default Value |
| ---------------------- | ------------- |
| FAST                   | `true`        |
| NORMAL                 | `true`        |
| BEST                   | `true`        |
